Shades of White Ice #CEEADB
Tints of White Ice #CEEADB
RGB
CMYK
RGB Variations
Color information
#CEEADB (or 0xCEEADB) is known color: White Ice. HEX triplet: CE, EA and DB. RGB value is (206,234,219). Sum of RGB (Red+Green+Blue) = 206+234+219=659 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.26% from 659); Green value is 234 (91.80% from 255 or 35.51% from 659); Blue value is 219 (85.94% from 255 or 33.23% from 659); Max value from RGB is 234 - color contains mainly: green. Hex color #CEEADB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEADB is #311524. Grayscale: #DFDFDF. Windows color (decimal): -3216677 or 14412494. OLE color: 14412494.
HSL color Cylindrical-coordinate representation of color #CEEADB: hue angle of 147.86º degrees, saturation: 0.4, 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 #CEEADB is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 234 | 219 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.08 |
| HSL | 147.86º | 0.4% | 0.86% | - |
| HSV(B) | 147.86º | 0.12% | 0.92% | - |
| XYZ | 67.66 | 77.08 | 78.33 | - |
| YUV | 223.92 | 125.22 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 234 | 219 | 0.12 | 0 | 0.06 | 0.08 | 147.86 | 0.4 | 0.86 |
| Hex | CE | EA | DB | C | 0 | 6 | 8 | 94 | 28 | 56 |
| Octal | 316 | 352 | 333 | 14 | 0 | 6 | 10 | 224 | 50 | 126 |
| Binary | 11001110 | 11101010 | 11011011 | 1100 | 0 | 110 | 1000 | 10010100 | 101000 | 1010110 |
Color Harmonies of #CEEADB
Complementary color
Monochromatic Colors of #CEEADB
Black with #CEEADB
Text Example
Text Example
White with #CEEADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEADB; }
p { color: rgb(206,234,219); }
H1.HeaderClassName
{
color: #CEEADB;
}
.AnyTagClassName
{
color: #CEEADB;
}
</style>
background-color css
<style>
a { background-color: #CEEADB; }
a { background-color: rgb(206,234,219); }
div.DivClassName
{
background-color: #CEEADB;
}
.BgClassName
{
background-color: #CEEADB;
}
</style>
border-color css
<style>
span { border-color: #CEEADB; }
span { border-color: rgb(206,234,219); }
td.TdClassName
{
border-color: #CEEADB;
}
.TagClassName
{
border-color: #CEEADB;
}
</style>