#DFCFD4

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

Shades of Prim #DFCFD4

Tints of Prim #DFCFD4

Color information

#DFCFD4 (or 0xDFCFD4) is unknown color: approx Prim. HEX triplet: DF, CF and D4. RGB value is (223,207,212). Sum of RGB (Red+Green+Blue) = 223+207+212=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 207 (81.25% from 255 or 32.24% from 642); Blue value is 212 (83.20% from 255 or 33.02% from 642); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCFD4 is #20302B. Grayscale: #D4D4D4. Windows color (decimal): -2109484 or 13946847. OLE color: 13946847.

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

Color convert

RGB223207212-
CMYK00.070.050.13
HSL341.25º20%84.31%-
HSV(B)341.25º7.17%87.45%-
XYZ64.6365.0771.44-
YUV212.35127.8135.59-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.74%
GREEN value IS 207 (81.25% from 255) = 32.24%
BLUE value IS 212 (83.20% from 255) = 33.02%
R=34.74%
G=32.24%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320721200.070.050.13341.252084.31
HexDFCFD4075D1551454
Octal3373173240751552524124
Binary11011111110011111101010001111011101101010101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCFD4; }

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

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

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

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

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

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

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

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