Shades of White Ice #CDFBE4
Tints of White Ice #CDFBE4
RGB
CMYK
RGB Variations
Color information
#CDFBE4 (or 0xCDFBE4) is known color: White Ice. HEX triplet: CD, FB and E4. RGB value is (205,251,228). Sum of RGB (Red+Green+Blue) = 205+251+228=684 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.97% from 684); Green value is 251 (98.44% from 255 or 36.70% from 684); Blue value is 228 (89.45% from 255 or 33.33% from 684); Max value from RGB is 251 - color contains mainly: green. Hex color #CDFBE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFBE4 is #32041B. Grayscale: #EAEAEA. Windows color (decimal): -3277852 or 15006669. OLE color: 15006669.
HSL color Cylindrical-coordinate representation of color #CDFBE4: hue angle of 150º degrees, saturation: 0.85, 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 #CDFBE4 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
RGB | 205 | 251 | 228 | - |
CMYK | 0.18 | 0 | 0.09 | 0.02 |
HSL | 150º | 0.85% | 0.89% | - |
HSV(B) | 150º | 0.18% | 0.98% | - |
XYZ | 73.68 | 87.57 | 86.42 | - |
YUV | 234.62 | 124.26 | 106.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 251 | 228 | 0.18 | 0 | 0.09 | 0.02 | 150 | 0.85 | 0.89 |
Hex | CD | FB | E4 | 12 | 0 | 9 | 2 | 96 | 55 | 59 |
Octal | 315 | 373 | 344 | 22 | 0 | 11 | 2 | 226 | 125 | 131 |
Binary | 11001101 | 11111011 | 11100100 | 10010 | 0 | 1001 | 10 | 10010110 | 1010101 | 1011001 |
Color Harmonies of #CDFBE4
Complementary color
Monochromatic Colors of #CDFBE4
Black with #CDFBE4
Text Example
Text Example
White with #CDFBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFBE4; }
p { color: rgb(205,251,228); }
H1.HeaderClassName
{
color: #CDFBE4;
}
.AnyTagClassName
{
color: #CDFBE4;
}
</style>
background-color css
<style>
a { background-color: #CDFBE4; }
a { background-color: rgb(205,251,228); }
div.DivClassName
{
background-color: #CDFBE4;
}
.BgClassName
{
background-color: #CDFBE4;
}
</style>
border-color css
<style>
span { border-color: #CDFBE4; }
span { border-color: rgb(205,251,228); }
td.TdClassName
{
border-color: #CDFBE4;
}
.TagClassName
{
border-color: #CDFBE4;
}
</style>