Shades of White Ice #CEFDE7
Tints of White Ice #CEFDE7
RGB
CMYK
RGB Variations
Color information
#CEFDE7 (or 0xCEFDE7) is known color: White Ice. HEX triplet: CE, FD and E7. RGB value is (206,253,231). Sum of RGB (Red+Green+Blue) = 206+253+231=690 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.86% from 690); Green value is 253 (99.22% from 255 or 36.67% from 690); Blue value is 231 (90.62% from 255 or 33.48% from 690); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFDE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFDE7 is #310218. Grayscale: #ECECEC. Windows color (decimal): -3211801 or 15203790. OLE color: 15203790.
HSL color Cylindrical-coordinate representation of color #CEFDE7: hue angle of 151.91º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEFDE7 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 253 | 231 | - |
| CMYK | 0.19 | 0 | 0.09 | 0.01 |
| HSL | 151.91º | 0.92% | 0.9% | - |
| HSV(B) | 151.91º | 0.19% | 0.99% | - |
| XYZ | 75 | 89.14 | 88.85 | - |
| YUV | 236.44 | 124.93 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 253 | 231 | 0.19 | 0 | 0.09 | 0.01 | 151.91 | 0.92 | 0.9 |
| Hex | CE | FD | E7 | 13 | 0 | 9 | 1 | 98 | 5C | 5A |
| Octal | 316 | 375 | 347 | 23 | 0 | 11 | 1 | 230 | 134 | 132 |
| Binary | 11001110 | 11111101 | 11100111 | 10011 | 0 | 1001 | 1 | 10011000 | 1011100 | 1011010 |
Color Harmonies of #CEFDE7
Complementary color
Monochromatic Colors of #CEFDE7
Black with #CEFDE7
Text Example
Text Example
White with #CEFDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFDE7; }
p { color: rgb(206,253,231); }
H1.HeaderClassName
{
color: #CEFDE7;
}
.AnyTagClassName
{
color: #CEFDE7;
}
</style>
background-color css
<style>
a { background-color: #CEFDE7; }
a { background-color: rgb(206,253,231); }
div.DivClassName
{
background-color: #CEFDE7;
}
.BgClassName
{
background-color: #CEFDE7;
}
</style>
border-color css
<style>
span { border-color: #CEFDE7; }
span { border-color: rgb(206,253,231); }
td.TdClassName
{
border-color: #CEFDE7;
}
.TagClassName
{
border-color: #CEFDE7;
}
</style>