Shades of Jagged Ice #CFEBE6
Tints of Jagged Ice #CFEBE6
RGB
CMYK
RGB Variations
Color information
#CFEBE6 (or 0xCFEBE6) is known color: Jagged Ice. HEX triplet: CF, EB and E6. RGB value is (207,235,230). Sum of RGB (Red+Green+Blue) = 207+235+230=672 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.80% from 672); Green value is 235 (92.19% from 255 or 34.97% from 672); Blue value is 230 (90.23% from 255 or 34.23% from 672); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEBE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEBE6 is #301419. Grayscale: #E2E2E2. Windows color (decimal): -3150874 or 15133647. OLE color: 15133647.
HSL color Cylindrical-coordinate representation of color #CFEBE6: hue angle of 169.29º 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 #CFEBE6 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 230 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.08 |
| HSL | 169.29º | 0.41% | 0.87% | - |
| HSV(B) | 169.29º | 0.12% | 0.92% | - |
| XYZ | 69.72 | 78.4 | 86.32 | - |
| YUV | 226.06 | 130.22 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 230 | 0.12 | 0 | 0.02 | 0.08 | 169.29 | 0.41 | 0.87 |
| Hex | CF | EB | E6 | C | 0 | 2 | 8 | A9 | 29 | 57 |
| Octal | 317 | 353 | 346 | 14 | 0 | 2 | 10 | 251 | 51 | 127 |
| Binary | 11001111 | 11101011 | 11100110 | 1100 | 0 | 10 | 1000 | 10101001 | 101001 | 1010111 |
Color Harmonies of #CFEBE6
Complementary color
Monochromatic Colors of #CFEBE6
Black with #CFEBE6
Text Example
Text Example
White with #CFEBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEBE6; }
p { color: rgb(207,235,230); }
H1.HeaderClassName
{
color: #CFEBE6;
}
.AnyTagClassName
{
color: #CFEBE6;
}
</style>
background-color css
<style>
a { background-color: #CFEBE6; }
a { background-color: rgb(207,235,230); }
div.DivClassName
{
background-color: #CFEBE6;
}
.BgClassName
{
background-color: #CFEBE6;
}
</style>
border-color css
<style>
span { border-color: #CFEBE6; }
span { border-color: rgb(207,235,230); }
td.TdClassName
{
border-color: #CFEBE6;
}
.TagClassName
{
border-color: #CFEBE6;
}
</style>