Shades of White Ice #CEF3DF
Tints of White Ice #CEF3DF
RGB
CMYK
RGB Variations
Color information
#CEF3DF (or 0xCEF3DF) is known color: White Ice. HEX triplet: CE, F3 and DF. RGB value is (206,243,223). Sum of RGB (Red+Green+Blue) = 206+243+223=672 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.65% from 672); Green value is 243 (95.31% from 255 or 36.16% from 672); Blue value is 223 (87.5% from 255 or 33.18% from 672); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF3DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF3DF is #310C20. Grayscale: #E5E5E5. Windows color (decimal): -3214369 or 14676942. OLE color: 14676942.
HSL color Cylindrical-coordinate representation of color #CEF3DF: hue angle of 147.57º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEF3DF is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 243 | 223 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.05 |
| HSL | 147.57º | 0.61% | 0.88% | - |
| HSV(B) | 147.57º | 0.15% | 0.95% | - |
| XYZ | 70.82 | 82.55 | 82.01 | - |
| YUV | 229.66 | 124.24 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 243 | 223 | 0.15 | 0 | 0.08 | 0.05 | 147.57 | 0.61 | 0.88 |
| Hex | CE | F3 | DF | F | 0 | 8 | 5 | 94 | 3D | 58 |
| Octal | 316 | 363 | 337 | 17 | 0 | 10 | 5 | 224 | 75 | 130 |
| Binary | 11001110 | 11110011 | 11011111 | 1111 | 0 | 1000 | 101 | 10010100 | 111101 | 1011000 |
Color Harmonies of #CEF3DF
Complementary color
Monochromatic Colors of #CEF3DF
Black with #CEF3DF
Text Example
Text Example
White with #CEF3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF3DF; }
p { color: rgb(206,243,223); }
H1.HeaderClassName
{
color: #CEF3DF;
}
.AnyTagClassName
{
color: #CEF3DF;
}
</style>
background-color css
<style>
a { background-color: #CEF3DF; }
a { background-color: rgb(206,243,223); }
div.DivClassName
{
background-color: #CEF3DF;
}
.BgClassName
{
background-color: #CEF3DF;
}
</style>
border-color css
<style>
span { border-color: #CEF3DF; }
span { border-color: rgb(206,243,223); }
td.TdClassName
{
border-color: #CEF3DF;
}
.TagClassName
{
border-color: #CEF3DF;
}
</style>