Shades of White Ice #CEECDB
Tints of White Ice #CEECDB
RGB
CMYK
RGB Variations
Color information
#CEECDB (or 0xCEECDB) is known color: White Ice. HEX triplet: CE, EC and DB. RGB value is (206,236,219). Sum of RGB (Red+Green+Blue) = 206+236+219=661 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.16% from 661); Green value is 236 (92.58% from 255 or 35.70% from 661); Blue value is 219 (85.94% from 255 or 33.13% from 661); Max value from RGB is 236 - color contains mainly: green. Hex color #CEECDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEECDB is #311324. Grayscale: #E1E1E1. Windows color (decimal): -3216165 or 14413006. OLE color: 14413006.
HSL color Cylindrical-coordinate representation of color #CEECDB: hue angle of 146º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEECDB is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 206 | 236 | 219 | - |
CMYK | 0.13 | 0 | 0.07 | 0.07 |
HSL | 146º | 0.44% | 0.87% | - |
HSV(B) | 146º | 0.13% | 0.93% | - |
XYZ | 68.24 | 78.23 | 78.52 | - |
YUV | 225.09 | 124.56 | 114.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 236 | 219 | 0.13 | 0 | 0.07 | 0.07 | 146 | 0.44 | 0.87 |
Hex | CE | EC | DB | D | 0 | 7 | 7 | 92 | 2C | 57 |
Octal | 316 | 354 | 333 | 15 | 0 | 7 | 7 | 222 | 54 | 127 |
Binary | 11001110 | 11101100 | 11011011 | 1101 | 0 | 111 | 111 | 10010010 | 101100 | 1010111 |
Color Harmonies of #CEECDB
Complementary color
Monochromatic Colors of #CEECDB
Black with #CEECDB
Text Example
Text Example
White with #CEECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEECDB; }
p { color: rgb(206,236,219); }
H1.HeaderClassName
{
color: #CEECDB;
}
.AnyTagClassName
{
color: #CEECDB;
}
</style>
background-color css
<style>
a { background-color: #CEECDB; }
a { background-color: rgb(206,236,219); }
div.DivClassName
{
background-color: #CEECDB;
}
.BgClassName
{
background-color: #CEECDB;
}
</style>
border-color css
<style>
span { border-color: #CEECDB; }
span { border-color: rgb(206,236,219); }
td.TdClassName
{
border-color: #CEECDB;
}
.TagClassName
{
border-color: #CEECDB;
}
</style>