#DFCFD6

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

Shades of Prim #DFCFD6

Tints of Prim #DFCFD6

Color information

#DFCFD6 (or 0xDFCFD6) is unknown color: approx Prim. HEX triplet: DF, CF and D6. RGB value is (223,207,214). Sum of RGB (Red+Green+Blue) = 223+207+214=644 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.63% from 644); Green value is 207 (81.25% from 255 or 32.14% from 644); Blue value is 214 (83.98% from 255 or 33.23% from 644); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCFD6 is #203029. Grayscale: #D4D4D4. Windows color (decimal): -2109482 or 14077919. OLE color: 14077919.

HSL color Cylindrical-coordinate representation of color #DFCFD6: hue angle of 333.75º 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 #DFCFD6 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB223207214-
CMYK00.070.040.13
HSL333.75º20%84.31%-
HSV(B)333.75º7.17%87.45%-
XYZ64.8865.1772.78-
YUV212.58128.8135.43-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.63%
GREEN value IS 207 (81.25% from 255) = 32.14%
BLUE value IS 214 (83.98% from 255) = 33.23%
R=34.63%
G=32.14%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320721400.070.040.13333.752084.31
HexDFCFD6074D14e1454
Octal3373173260741551624124
Binary11011111110011111101011001111001101101001110101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCFD6; }

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

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

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

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

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

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

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

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