Shades of White Ice #CDFFE7
Tints of White Ice #CDFFE7
RGB
CMYK
RGB Variations
Color information
#CDFFE7 (or 0xCDFFE7) is known color: White Ice. HEX triplet: CD, FF and E7. RGB value is (205,255,231). Sum of RGB (Red+Green+Blue) = 205+255+231=691 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.67% from 691); Green value is 255 (100% from 255 or 36.90% from 691); Blue value is 231 (90.62% from 255 or 33.43% from 691); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFFE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDFFE7 is #320018. Grayscale: #EDEDED. Windows color (decimal): -3276825 or 15204301. OLE color: 15204301.
HSL color Cylindrical-coordinate representation of color #CDFFE7: hue angle of 151.2º 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 #CDFFE7 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 231 | - |
| CMYK | 0.20 | 0 | 0.09 | 0 |
| HSL | 151.2º | 1% | 0.9% | - |
| HSV(B) | 151.2º | 0.2% | 1% | - |
| XYZ | 75.36 | 90.27 | 89.05 | - |
| YUV | 237.31 | 124.44 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 231 | 0.20 | 0 | 0.09 | 0 | 151.2 | 1 | 0.9 |
| Hex | CD | FF | E7 | 14 | 0 | 9 | 0 | 97 | 64 | 5A |
| Octal | 315 | 377 | 347 | 24 | 0 | 11 | 0 | 227 | 144 | 132 |
| Binary | 11001101 | 11111111 | 11100111 | 10100 | 0 | 1001 | 0 | 10010111 | 1100100 | 1011010 |
Color Harmonies of #CDFFE7
Complementary color
Monochromatic Colors of #CDFFE7
Black with #CDFFE7
Text Example
Text Example
White with #CDFFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFFE7; }
p { color: rgb(205,255,231); }
H1.HeaderClassName
{
color: #CDFFE7;
}
.AnyTagClassName
{
color: #CDFFE7;
}
</style>
background-color css
<style>
a { background-color: #CDFFE7; }
a { background-color: rgb(205,255,231); }
div.DivClassName
{
background-color: #CDFFE7;
}
.BgClassName
{
background-color: #CDFFE7;
}
</style>
border-color css
<style>
span { border-color: #CDFFE7; }
span { border-color: rgb(205,255,231); }
td.TdClassName
{
border-color: #CDFFE7;
}
.TagClassName
{
border-color: #CDFFE7;
}
</style>