#DFCCD4

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

Shades of Prim #DFCCD4

Tints of Prim #DFCCD4

Color information

#DFCCD4 (or 0xDFCCD4) is unknown color: approx Prim. HEX triplet: DF, CC and D4. RGB value is (223,204,212). Sum of RGB (Red+Green+Blue) = 223+204+212=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 204 (80.08% from 255 or 31.92% from 639); Blue value is 212 (83.20% from 255 or 33.18% from 639); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCCD4 is #20332B. Grayscale: #D2D2D2. Windows color (decimal): -2110252 or 13946079. OLE color: 13946079.

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

Color convert

RGB223204212-
CMYK00.090.050.13
HSL334.74º22.89%83.73%-
HSV(B)334.74º8.52%87.45%-
XYZ63.9163.6371.2-
YUV210.59128.79136.85-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.90%
GREEN value IS 204 (80.08% from 255) = 31.92%
BLUE value IS 212 (83.20% from 255) = 33.18%
R=34.90%
G=31.92%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320421200.090.050.13334.7422.8983.73
HexDFCCD4095D14f1754
Octal33731432401151551727124
Binary110111111100110011010100010011011101101001111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCCD4; }

 p { color: rgb(223,204,212); }

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

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

 a { background-color: rgb(223,204,212); }

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

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

 span { border-color: rgb(223,204,212); }

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