Shades of Vanilla Ice #DFCECE
Tints of Vanilla Ice #DFCECE
RGB
CMYK
RGB Variations
Color information
#DFCECE (or 0xDFCECE) is known color: 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
RGB | 223 | 206 | 206 | - |
CMYK | 0 | 0.08 | 0.08 | 0.13 |
HSL | 0º | 0.21% | 0.84% | - |
HSV(B) | 0º | 0.08% | 0.87% | - |
XYZ | 63.64 | 64.29 | 67.45 | - |
YUV | 211.08 | 125.13 | 136.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 206 | 206 | 0 | 0.08 | 0.08 | 0.13 | 0 | 0.21 | 0.84 |
Hex | DF | CE | CE | 0 | 8 | 8 | D | 0 | 15 | 54 |
Octal | 337 | 316 | 316 | 0 | 10 | 10 | 15 | 0 | 25 | 124 |
Binary | 11011111 | 11001110 | 11001110 | 0 | 1000 | 1000 | 1101 | 0 | 10101 | 1010100 |
Color Harmonies of #DFCECE
Complementary color
Monochromatic Colors of #DFCECE
Black with #DFCECE
Text Example
Text Example
White with #DFCECE
Text Example
Text Example
HTML Codes & Css Web 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>