Color Hex Logo

#ddafbc Color Hex

#DDAFBC
(221,175,188)
0 Favorites   0 Comments

Color spaces of #ddafbc

RGB 221175188
HSL0.950.400.78
HSV343°21°87°
CMYK 0.000.210.15   0.13
XYZ54.225949.662954.3048
Yxy49.66290.34280.3139
Hunter Lab70.471914.02423.6422
CIE-Lab75.861918.7360-0.2246

#ddafbc color RGB value is (221,175,188).

#ddafbc hex color red value is 221, green value is 175 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ddafbc hue: 0.95 , saturation: 0.40 and the lightness value of ddafbc is 0.78.

The process color (four color CMYK) of #ddafbc color hex is 0.00, 0.21, 0.15, 0.13. Web safe color of #ddafbc is #cc99cc. Color #ddafbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101111 10111100
Octal 335 257 274
Decimal 221 175 188
Hex DD AF BC

RGB Percentages of Color #ddafbc

%37.84
%29.97
%32.19

CMYK Percentages of Color #ddafbc

%0
%21
%15
%13

Triadic Colors of #ddafbc

#ddafbc #bcddaf #afbcdd

Analogous Colors of #ddafbc

#ddafbc #ddb9af #ddafd3

Monochromatic Colors of #ddafbc

#ddafbc

Complementary Color

#ddafbc #afddd0

#ddafbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddafbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddafbc Color CSS Codes

.mybgcolor {background-color:#ddafbc; } 
.myforecolor {color:#ddafbc; }
.mybordercolor {border:3px solid #ddafbc; }

#ddafbc Text Font Color

<p style="color:#ddafbc">Text here</p>

This sample text font color is #ddafbc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddafbc Background Color

<div style="background-color:#ddafbc">
Div content here</div>

This div background color is #ddafbc


#ddafbc Border Color

<div style="border:3px solid #ddafbc">
Div here</div>

This div border color is #ddafbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,175,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddafbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddafbc;
  -webkit-box-shadow: 1px 1px 3px 2px #ddafbc;
  box-shadow:         1px 1px 3px 2px #ddafbc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,175,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddafbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddafbc;
  -webkit-box-shadow: 1px 1px 3px 2px #ddafbc;
  box-shadow:         1px 1px 3px 2px #ddafbc;">
Div content here</div>

This div box has shadow with color #ddafbc


Comments

No comments written yet.

Please login to write comment.