#DFC4CE

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

Shades of Prim #DFC4CE

Tints of Prim #DFC4CE

Color information

#DFC4CE (or 0xDFC4CE) is unknown color: approx Prim. HEX triplet: DF, C4 and CE. RGB value is (223,196,206). Sum of RGB (Red+Green+Blue) = 223+196+206=625 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.68% from 625); Green value is 196 (76.95% from 255 or 31.36% from 625); Blue value is 206 (80.86% from 255 or 32.96% from 625); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC4CE is #203B31. Grayscale: #CDCDCD. Windows color (decimal): -2112306 or 13550815. OLE color: 13550815.

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

Color convert

RGB223196206-
CMYK00.120.080.13
HSL337.78º29.67%82.16%-
HSV(B)337.78º12.11%87.45%-
XYZ61.3159.6266.67-
YUV205.21128.45140.69-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.68%
GREEN value IS 196 (76.95% from 255) = 31.36%
BLUE value IS 206 (80.86% from 255) = 32.96%
R=35.68%
G=31.36%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319620600.120.080.13337.7829.6782.16
HexDFC4CE0C8D1521e52
Octal337304316014101552236122
Binary1101111111000100110011100110010001101101010010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC4CE; }

 p { color: rgb(223,196,206); }

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

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

 a { background-color: rgb(223,196,206); }

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

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

 span { border-color: rgb(223,196,206); }

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