Shades of White Ice #CDFFE6
Tints of White Ice #CDFFE6
RGB
CMYK
RGB Variations
Color information
#CDFFE6 (or 0xCDFFE6) is known color: White Ice. HEX triplet: CD, FF and E6. RGB value is (205,255,230). Sum of RGB (Red+Green+Blue) = 205+255+230=690 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.71% from 690); Green value is 255 (100% from 255 or 36.96% from 690); Blue value is 230 (90.23% from 255 or 33.33% from 690); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFFE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDFFE6 is #320019. Grayscale: #EDEDED. Windows color (decimal): -3276826 or 15138765. OLE color: 15138765.
HSL color Cylindrical-coordinate representation of color #CDFFE6: hue angle of 150º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDFFE6 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 230 | - |
| CMYK | 0.20 | 0 | 0.10 | 0 |
| HSL | 150º | 1% | 0.9% | - |
| HSV(B) | 150º | 0.2% | 1% | - |
| XYZ | 75.22 | 90.21 | 88.31 | - |
| YUV | 237.2 | 123.94 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 230 | 0.20 | 0 | 0.10 | 0 | 150 | 1 | 0.9 |
| Hex | CD | FF | E6 | 14 | 0 | A | 0 | 96 | 64 | 5A |
| Octal | 315 | 377 | 346 | 24 | 0 | 12 | 0 | 226 | 144 | 132 |
| Binary | 11001101 | 11111111 | 11100110 | 10100 | 0 | 1010 | 0 | 10010110 | 1100100 | 1011010 |
Color Harmonies of #CDFFE6
Complementary color
Monochromatic Colors of #CDFFE6
Black with #CDFFE6
Text Example
Text Example
White with #CDFFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFFE6; }
p { color: rgb(205,255,230); }
H1.HeaderClassName
{
color: #CDFFE6;
}
.AnyTagClassName
{
color: #CDFFE6;
}
</style>
background-color css
<style>
a { background-color: #CDFFE6; }
a { background-color: rgb(205,255,230); }
div.DivClassName
{
background-color: #CDFFE6;
}
.BgClassName
{
background-color: #CDFFE6;
}
</style>
border-color css
<style>
span { border-color: #CDFFE6; }
span { border-color: rgb(205,255,230); }
td.TdClassName
{
border-color: #CDFFE6;
}
.TagClassName
{
border-color: #CDFFE6;
}
</style>