Shades of White Ice #CDFEE6
Tints of White Ice #CDFEE6
RGB
CMYK
RGB Variations
Color information
#CDFEE6 (or 0xCDFEE6) is known color: White Ice. HEX triplet: CD, FE and E6. RGB value is (205,254,230). Sum of RGB (Red+Green+Blue) = 205+254+230=689 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.75% from 689); Green value is 254 (99.61% from 255 or 36.87% from 689); Blue value is 230 (90.23% from 255 or 33.38% from 689); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFEE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDFEE6 is #320119. Grayscale: #ECECEC. Windows color (decimal): -3277082 or 15138509. OLE color: 15138509.
HSL color Cylindrical-coordinate representation of color #CDFEE6: hue angle of 150.61º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDFEE6 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
RGB | 205 | 254 | 230 | - |
CMYK | 0.19 | 0 | 0.09 | 0.00 |
HSL | 150.61º | 0.96% | 0.9% | - |
HSV(B) | 150.61º | 0.19% | 1% | - |
XYZ | 74.9 | 89.58 | 88.21 | - |
YUV | 236.61 | 124.27 | 105.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 254 | 230 | 0.19 | 0 | 0.09 | 0.00 | 150.61 | 0.96 | 0.9 |
Hex | CD | FE | E6 | 13 | 0 | 9 | 0 | 97 | 60 | 5A |
Octal | 315 | 376 | 346 | 23 | 0 | 11 | 0 | 227 | 140 | 132 |
Binary | 11001101 | 11111110 | 11100110 | 10011 | 0 | 1001 | 0 | 10010111 | 1100000 | 1011010 |
Color Harmonies of #CDFEE6
Complementary color
Monochromatic Colors of #CDFEE6
Black with #CDFEE6
Text Example
Text Example
White with #CDFEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFEE6; }
p { color: rgb(205,254,230); }
H1.HeaderClassName
{
color: #CDFEE6;
}
.AnyTagClassName
{
color: #CDFEE6;
}
</style>
background-color css
<style>
a { background-color: #CDFEE6; }
a { background-color: rgb(205,254,230); }
div.DivClassName
{
background-color: #CDFEE6;
}
.BgClassName
{
background-color: #CDFEE6;
}
</style>
border-color css
<style>
span { border-color: #CDFEE6; }
span { border-color: rgb(205,254,230); }
td.TdClassName
{
border-color: #CDFEE6;
}
.TagClassName
{
border-color: #CDFEE6;
}
</style>