#DFC5CE

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

Shades of Prim #DFC5CE

Tints of Prim #DFC5CE

Color information

#DFC5CE (or 0xDFC5CE) is unknown color: approx Prim. HEX triplet: DF, C5 and CE. RGB value is (223,197,206). Sum of RGB (Red+Green+Blue) = 223+197+206=626 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.62% from 626); Green value is 197 (77.34% from 255 or 31.47% from 626); Blue value is 206 (80.86% from 255 or 32.91% from 626); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC5CE is #203A31. Grayscale: #CDCDCD. Windows color (decimal): -2112050 or 13551071. OLE color: 13551071.

HSL color Cylindrical-coordinate representation of color #DFC5CE: hue angle of 339.23º degrees, saturation: 0.29, 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 #DFC5CE is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB223197206-
CMYK00.120.080.13
HSL339.23º28.89%82.35%-
HSV(B)339.23º11.66%87.45%-
XYZ61.5460.0866.75-
YUV205.8128.11140.27-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.62%
GREEN value IS 197 (77.34% from 255) = 31.47%
BLUE value IS 206 (80.86% from 255) = 32.91%
R=35.62%
G=31.47%
B=32.91%

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
Decimal22319720600.120.080.13339.2328.8982.35
HexDFC5CE0C8D1531d52
Octal337305316014101552335122
Binary1101111111000101110011100110010001101101010011111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC5CE; }

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

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

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

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

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

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

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

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