Shades of White Ice #CEFDE1
Tints of White Ice #CEFDE1
RGB
CMYK
RGB Variations
Color information
#CEFDE1 (or 0xCEFDE1) is known color: White Ice. HEX triplet: CE, FD and E1. RGB value is (206,253,225). Sum of RGB (Red+Green+Blue) = 206+253+225=684 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.12% from 684); Green value is 253 (99.22% from 255 or 36.99% from 684); Blue value is 225 (88.28% from 255 or 32.89% from 684); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFDE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFDE1 is #31021E. Grayscale: #EBEBEB. Windows color (decimal): -3211807 or 14810574. OLE color: 14810574.
HSL color Cylindrical-coordinate representation of color #CEFDE1: hue angle of 144.26º 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 #CEFDE1 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 253 | 225 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.01 |
| HSL | 144.26º | 0.92% | 0.9% | - |
| HSV(B) | 144.26º | 0.19% | 0.99% | - |
| XYZ | 74.17 | 88.81 | 84.47 | - |
| YUV | 235.76 | 121.93 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 253 | 225 | 0.19 | 0 | 0.11 | 0.01 | 144.26 | 0.92 | 0.9 |
| Hex | CE | FD | E1 | 13 | 0 | B | 1 | 90 | 5C | 5A |
| Octal | 316 | 375 | 341 | 23 | 0 | 13 | 1 | 220 | 134 | 132 |
| Binary | 11001110 | 11111101 | 11100001 | 10011 | 0 | 1011 | 1 | 10010000 | 1011100 | 1011010 |
Color Harmonies of #CEFDE1
Complementary color
Monochromatic Colors of #CEFDE1
Black with #CEFDE1
Text Example
Text Example
White with #CEFDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFDE1; }
p { color: rgb(206,253,225); }
H1.HeaderClassName
{
color: #CEFDE1;
}
.AnyTagClassName
{
color: #CEFDE1;
}
</style>
background-color css
<style>
a { background-color: #CEFDE1; }
a { background-color: rgb(206,253,225); }
div.DivClassName
{
background-color: #CEFDE1;
}
.BgClassName
{
background-color: #CEFDE1;
}
</style>
border-color css
<style>
span { border-color: #CEFDE1; }
span { border-color: rgb(206,253,225); }
td.TdClassName
{
border-color: #CEFDE1;
}
.TagClassName
{
border-color: #CEFDE1;
}
</style>