Shades of White Ice #CFEBDC
Tints of White Ice #CFEBDC
RGB
CMYK
RGB Variations
Color information
#CFEBDC (or 0xCFEBDC) is known color: White Ice. HEX triplet: CF, EB and DC. RGB value is (207,235,220). Sum of RGB (Red+Green+Blue) = 207+235+220=662 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.27% from 662); Green value is 235 (92.19% from 255 or 35.50% from 662); Blue value is 220 (86.33% from 255 or 33.23% from 662); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEBDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEBDC is #301423. Grayscale: #E0E0E0. Windows color (decimal): -3150884 or 14478287. OLE color: 14478287.
HSL color Cylindrical-coordinate representation of color #CFEBDC: hue angle of 147.86º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFEBDC is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 220 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.08 |
| HSL | 147.86º | 0.41% | 0.87% | - |
| HSV(B) | 147.86º | 0.12% | 0.92% | - |
| XYZ | 68.36 | 77.85 | 79.13 | - |
| YUV | 224.92 | 125.22 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 220 | 0.12 | 0 | 0.06 | 0.08 | 147.86 | 0.41 | 0.87 |
| Hex | CF | EB | DC | C | 0 | 6 | 8 | 94 | 29 | 57 |
| Octal | 317 | 353 | 334 | 14 | 0 | 6 | 10 | 224 | 51 | 127 |
| Binary | 11001111 | 11101011 | 11011100 | 1100 | 0 | 110 | 1000 | 10010100 | 101001 | 1010111 |
Color Harmonies of #CFEBDC
Complementary color
Monochromatic Colors of #CFEBDC
Black with #CFEBDC
Text Example
Text Example
White with #CFEBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEBDC; }
p { color: rgb(207,235,220); }
H1.HeaderClassName
{
color: #CFEBDC;
}
.AnyTagClassName
{
color: #CFEBDC;
}
</style>
background-color css
<style>
a { background-color: #CFEBDC; }
a { background-color: rgb(207,235,220); }
div.DivClassName
{
background-color: #CFEBDC;
}
.BgClassName
{
background-color: #CFEBDC;
}
</style>
border-color css
<style>
span { border-color: #CFEBDC; }
span { border-color: rgb(207,235,220); }
td.TdClassName
{
border-color: #CFEBDC;
}
.TagClassName
{
border-color: #CFEBDC;
}
</style>