Shades of White Ice #CCFBE0
Tints of White Ice #CCFBE0
RGB
CMYK
RGB Variations
Color information
#CCFBE0 (or 0xCCFBE0) is known color: White Ice. HEX triplet: CC, FB and E0. RGB value is (204,251,224). Sum of RGB (Red+Green+Blue) = 204+251+224=679 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.04% from 679); Green value is 251 (98.44% from 255 or 36.97% from 679); Blue value is 224 (87.89% from 255 or 32.99% from 679); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFBE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFBE0 is #33041F. Grayscale: #E9E9E9. Windows color (decimal): -3343392 or 14744524. OLE color: 14744524.
HSL color Cylindrical-coordinate representation of color #CCFBE0: hue angle of 145.53º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCFBE0 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
RGB | 204 | 251 | 224 | - |
CMYK | 0.19 | 0 | 0.11 | 0.02 |
HSL | 145.53º | 0.85% | 0.89% | - |
HSV(B) | 145.53º | 0.19% | 0.98% | - |
XYZ | 72.85 | 87.21 | 83.52 | - |
YUV | 233.87 | 122.43 | 106.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 251 | 224 | 0.19 | 0 | 0.11 | 0.02 | 145.53 | 0.85 | 0.89 |
Hex | CC | FB | E0 | 13 | 0 | B | 2 | 92 | 55 | 59 |
Octal | 314 | 373 | 340 | 23 | 0 | 13 | 2 | 222 | 125 | 131 |
Binary | 11001100 | 11111011 | 11100000 | 10011 | 0 | 1011 | 10 | 10010010 | 1010101 | 1011001 |
Color Harmonies of #CCFBE0
Complementary color
Monochromatic Colors of #CCFBE0
Black with #CCFBE0
Text Example
Text Example
White with #CCFBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFBE0; }
p { color: rgb(204,251,224); }
H1.HeaderClassName
{
color: #CCFBE0;
}
.AnyTagClassName
{
color: #CCFBE0;
}
</style>
background-color css
<style>
a { background-color: #CCFBE0; }
a { background-color: rgb(204,251,224); }
div.DivClassName
{
background-color: #CCFBE0;
}
.BgClassName
{
background-color: #CCFBE0;
}
</style>
border-color css
<style>
span { border-color: #CCFBE0; }
span { border-color: rgb(204,251,224); }
td.TdClassName
{
border-color: #CCFBE0;
}
.TagClassName
{
border-color: #CCFBE0;
}
</style>