Shades of White Ice #CDFAE2
Tints of White Ice #CDFAE2
RGB
CMYK
RGB Variations
Color information
#CDFAE2 (or 0xCDFAE2) is known color: White Ice. HEX triplet: CD, FA and E2. RGB value is (205,250,226). Sum of RGB (Red+Green+Blue) = 205+250+226=681 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.10% from 681); Green value is 250 (98.05% from 255 or 36.71% from 681); Blue value is 226 (88.67% from 255 or 33.19% from 681); Max value from RGB is 250 - color contains mainly: green. Hex color #CDFAE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFAE2 is #32051D. Grayscale: #E9E9E9. Windows color (decimal): -3278110 or 14875341. OLE color: 14875341.
HSL color Cylindrical-coordinate representation of color #CDFAE2: hue angle of 148º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDFAE2 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 250 | 226 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.02 |
| HSL | 148º | 0.82% | 0.89% | - |
| HSV(B) | 148º | 0.18% | 0.98% | - |
| XYZ | 73.09 | 86.84 | 84.86 | - |
| YUV | 233.81 | 123.59 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 250 | 226 | 0.18 | 0 | 0.10 | 0.02 | 148 | 0.82 | 0.89 |
| Hex | CD | FA | E2 | 12 | 0 | A | 2 | 94 | 52 | 59 |
| Octal | 315 | 372 | 342 | 22 | 0 | 12 | 2 | 224 | 122 | 131 |
| Binary | 11001101 | 11111010 | 11100010 | 10010 | 0 | 1010 | 10 | 10010100 | 1010010 | 1011001 |
Color Harmonies of #CDFAE2
Complementary color
Monochromatic Colors of #CDFAE2
Black with #CDFAE2
Text Example
Text Example
White with #CDFAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFAE2; }
p { color: rgb(205,250,226); }
H1.HeaderClassName
{
color: #CDFAE2;
}
.AnyTagClassName
{
color: #CDFAE2;
}
</style>
background-color css
<style>
a { background-color: #CDFAE2; }
a { background-color: rgb(205,250,226); }
div.DivClassName
{
background-color: #CDFAE2;
}
.BgClassName
{
background-color: #CDFAE2;
}
</style>
border-color css
<style>
span { border-color: #CDFAE2; }
span { border-color: rgb(205,250,226); }
td.TdClassName
{
border-color: #CDFAE2;
}
.TagClassName
{
border-color: #CDFAE2;
}
</style>