Shades of White Ice #CEEDDB
Tints of White Ice #CEEDDB
RGB
CMYK
RGB Variations
Color information
#CEEDDB (or 0xCEEDDB) is known color: White Ice. HEX triplet: CE, ED and DB. RGB value is (206,237,219). Sum of RGB (Red+Green+Blue) = 206+237+219=662 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.12% from 662); Green value is 237 (92.97% from 255 or 35.80% from 662); Blue value is 219 (85.94% from 255 or 33.08% from 662); Max value from RGB is 237 - color contains mainly: green. Hex color #CEEDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEDDB is #311224. Grayscale: #E1E1E1. Windows color (decimal): -3215909 or 14413262. OLE color: 14413262.
HSL color Cylindrical-coordinate representation of color #CEEDDB: hue angle of 145.16º degrees, saturation: 0.46, 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 #CEEDDB is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 206 | 237 | 219 | - |
CMYK | 0.13 | 0 | 0.08 | 0.07 |
HSL | 145.16º | 0.46% | 0.87% | - |
HSV(B) | 145.16º | 0.13% | 0.93% | - |
XYZ | 68.52 | 78.8 | 78.62 | - |
YUV | 225.68 | 124.23 | 113.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 237 | 219 | 0.13 | 0 | 0.08 | 0.07 | 145.16 | 0.46 | 0.87 |
Hex | CE | ED | DB | D | 0 | 8 | 7 | 91 | 2E | 57 |
Octal | 316 | 355 | 333 | 15 | 0 | 10 | 7 | 221 | 56 | 127 |
Binary | 11001110 | 11101101 | 11011011 | 1101 | 0 | 1000 | 111 | 10010001 | 101110 | 1010111 |
Color Harmonies of #CEEDDB
Complementary color
Monochromatic Colors of #CEEDDB
Black with #CEEDDB
Text Example
Text Example
White with #CEEDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEDDB; }
p { color: rgb(206,237,219); }
H1.HeaderClassName
{
color: #CEEDDB;
}
.AnyTagClassName
{
color: #CEEDDB;
}
</style>
background-color css
<style>
a { background-color: #CEEDDB; }
a { background-color: rgb(206,237,219); }
div.DivClassName
{
background-color: #CEEDDB;
}
.BgClassName
{
background-color: #CEEDDB;
}
</style>
border-color css
<style>
span { border-color: #CEEDDB; }
span { border-color: rgb(206,237,219); }
td.TdClassName
{
border-color: #CEEDDB;
}
.TagClassName
{
border-color: #CEEDDB;
}
</style>