Shades of White Ice #CEEBDB
Tints of White Ice #CEEBDB
RGB
CMYK
RGB Variations
Color information
#CEEBDB (or 0xCEEBDB) is known color: White Ice. HEX triplet: CE, EB and DB. RGB value is (206,235,219). Sum of RGB (Red+Green+Blue) = 206+235+219=660 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.21% from 660); Green value is 235 (92.19% from 255 or 35.61% from 660); Blue value is 219 (85.94% from 255 or 33.18% from 660); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEBDB is #311424. Grayscale: #E0E0E0. Windows color (decimal): -3216421 or 14412750. OLE color: 14412750.
HSL color Cylindrical-coordinate representation of color #CEEBDB: hue angle of 146.9º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEEBDB is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
RGB | 206 | 235 | 219 | - |
CMYK | 0.12 | 0 | 0.07 | 0.08 |
HSL | 146.9º | 0.42% | 0.86% | - |
HSV(B) | 146.9º | 0.12% | 0.92% | - |
XYZ | 67.95 | 77.65 | 78.43 | - |
YUV | 224.51 | 124.89 | 114.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 235 | 219 | 0.12 | 0 | 0.07 | 0.08 | 146.9 | 0.42 | 0.86 |
Hex | CE | EB | DB | C | 0 | 7 | 8 | 93 | 2A | 56 |
Octal | 316 | 353 | 333 | 14 | 0 | 7 | 10 | 223 | 52 | 126 |
Binary | 11001110 | 11101011 | 11011011 | 1100 | 0 | 111 | 1000 | 10010011 | 101010 | 1010110 |
Color Harmonies of #CEEBDB
Complementary color
Monochromatic Colors of #CEEBDB
Black with #CEEBDB
Text Example
Text Example
White with #CEEBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEBDB; }
p { color: rgb(206,235,219); }
H1.HeaderClassName
{
color: #CEEBDB;
}
.AnyTagClassName
{
color: #CEEBDB;
}
</style>
background-color css
<style>
a { background-color: #CEEBDB; }
a { background-color: rgb(206,235,219); }
div.DivClassName
{
background-color: #CEEBDB;
}
.BgClassName
{
background-color: #CEEBDB;
}
</style>
border-color css
<style>
span { border-color: #CEEBDB; }
span { border-color: rgb(206,235,219); }
td.TdClassName
{
border-color: #CEEBDB;
}
.TagClassName
{
border-color: #CEEBDB;
}
</style>