#DFCDD2

Color #DFCDD2 Prim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prim #DFCDD2

Tints of Prim #DFCDD2

Color information

#DFCDD2 (or 0xDFCDD2) is unknown color: approx Prim. HEX triplet: DF, CD and D2. RGB value is (223,205,210). Sum of RGB (Red+Green+Blue) = 223+205+210=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 205 (80.47% from 255 or 32.13% from 638); Blue value is 210 (82.42% from 255 or 32.92% from 638); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCDD2 is #20322D. Grayscale: #D2D2D2. Windows color (decimal): -2109998 or 13815263. OLE color: 13815263.

HSL color Cylindrical-coordinate representation of color #DFCDD2: hue angle of 343.33º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFCDD2 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB223205210-
CMYK00.080.060.13
HSL343.33º21.95%83.92%-
HSV(B)343.33º8.07%87.45%-
XYZ63.96469.96-
YUV210.95127.46136.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 34.95%
GREEN value IS 205 (80.47% from 255) = 32.13%
BLUE value IS 210 (82.42% from 255) = 32.92%
R=34.95%
G=32.13%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320521000.080.060.13343.3321.9583.92
HexDFCDD2086D1571654
Octal33731532201061552726124
Binary110111111100110111010010010001101101101010111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCDD2; }

 p { color: rgb(223,205,210); }

 H1.HeaderClassName
 {
   color: #DFCDD2;
 }
 .AnyTagClassName
 {
   color: #DFCDD2;
 }
</style>
background-color css

<style>
 a { background-color: #DFCDD2; }

 a { background-color: rgb(223,205,210); }

 div.DivClassName
 {
   background-color: #DFCDD2;
 }
 .BgClassName
 {
   background-color: #DFCDD2;
 }
</style>
border-color css

<style>
 span { border-color: #DFCDD2; }

 span { border-color: rgb(223,205,210); }

 td.TdClassName
 {
   border-color: #DFCDD2;
 }
 .TagClassName
 {
   border-color: #DFCDD2;
 }
</style>