Shades of White Ice #CCFBDF
Tints of White Ice #CCFBDF
RGB
CMYK
RGB Variations
Color information
#CCFBDF (or 0xCCFBDF) is known color: White Ice. HEX triplet: CC, FB and DF. RGB value is (204,251,223). Sum of RGB (Red+Green+Blue) = 204+251+223=678 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.09% from 678); Green value is 251 (98.44% from 255 or 37.02% from 678); Blue value is 223 (87.5% from 255 or 32.89% from 678); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFBDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFBDF is #330420. Grayscale: #E9E9E9. Windows color (decimal): -3343393 or 14678988. OLE color: 14678988.
HSL color Cylindrical-coordinate representation of color #CCFBDF: hue angle of 144.26º 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 #CCFBDF is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
RGB | 204 | 251 | 223 | - |
CMYK | 0.19 | 0 | 0.11 | 0.02 |
HSL | 144.26º | 0.85% | 0.89% | - |
HSV(B) | 144.26º | 0.19% | 0.98% | - |
XYZ | 72.72 | 87.16 | 82.8 | - |
YUV | 233.76 | 121.93 | 106.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 251 | 223 | 0.19 | 0 | 0.11 | 0.02 | 144.26 | 0.85 | 0.89 |
Hex | CC | FB | DF | 13 | 0 | B | 2 | 90 | 55 | 59 |
Octal | 314 | 373 | 337 | 23 | 0 | 13 | 2 | 220 | 125 | 131 |
Binary | 11001100 | 11111011 | 11011111 | 10011 | 0 | 1011 | 10 | 10010000 | 1010101 | 1011001 |
Color Harmonies of #CCFBDF
Complementary color
Monochromatic Colors of #CCFBDF
Black with #CCFBDF
Text Example
Text Example
White with #CCFBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFBDF; }
p { color: rgb(204,251,223); }
H1.HeaderClassName
{
color: #CCFBDF;
}
.AnyTagClassName
{
color: #CCFBDF;
}
</style>
background-color css
<style>
a { background-color: #CCFBDF; }
a { background-color: rgb(204,251,223); }
div.DivClassName
{
background-color: #CCFBDF;
}
.BgClassName
{
background-color: #CCFBDF;
}
</style>
border-color css
<style>
span { border-color: #CCFBDF; }
span { border-color: rgb(204,251,223); }
td.TdClassName
{
border-color: #CCFBDF;
}
.TagClassName
{
border-color: #CCFBDF;
}
</style>