#DFCECE

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

Shades of Vanilla Ice #DFCECE

Tints of Vanilla Ice #DFCECE

Color information

#DFCECE (or 0xDFCECE) is unknown color: approx Vanilla Ice. HEX triplet: DF, CE and CE. RGB value is (223,206,206). Sum of RGB (Red+Green+Blue) = 223+206+206=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 206 (80.86% from 255 or 32.44% from 635); Blue value is 206 (80.86% from 255 or 32.44% from 635); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCECE is #203131. Grayscale: #D3D3D3. Windows color (decimal): -2109746 or 13553375. OLE color: 13553375.

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

Color convert

RGB223206206-
CMYK00.080.080.13
HSL20.99%84.12%-
HSV(B)7.62%87.45%-
XYZ63.6464.2967.45-
YUV211.08125.13136.5-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.12%
GREEN value IS 206 (80.86% from 255) = 32.44%
BLUE value IS 206 (80.86% from 255) = 32.44%
R=35.12%
G=32.44%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320620600.080.080.13020.9984.12
HexDFCECE088D01554
Octal3373163160101015025124
Binary11011111110011101100111001000100011010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCECE; }

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

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

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

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

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

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

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

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