Shades of Jagged Ice #CFE6E1
Tints of Jagged Ice #CFE6E1
RGB
CMYK
RGB Variations
Color information
#CFE6E1 (or 0xCFE6E1) is known color: Jagged Ice. HEX triplet: CF, E6 and E1. RGB value is (207,230,225). Sum of RGB (Red+Green+Blue) = 207+230+225=662 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.27% from 662); Green value is 230 (90.23% from 255 or 34.74% from 662); Blue value is 225 (88.28% from 255 or 33.99% from 662); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE6E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE6E1 is #30191E. Grayscale: #DEDEDE. Windows color (decimal): -3152159 or 14804687. OLE color: 14804687.
HSL color Cylindrical-coordinate representation of color #CFE6E1: hue angle of 166.96º degrees, saturation: 0.32, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFE6E1 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 230 | 225 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.10 |
| HSL | 166.96º | 0.32% | 0.86% | - |
| HSV(B) | 166.96º | 0.1% | 0.9% | - |
| XYZ | 67.62 | 75.3 | 82.2 | - |
| YUV | 222.55 | 129.38 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 230 | 225 | 0.10 | 0 | 0.02 | 0.10 | 166.96 | 0.32 | 0.86 |
| Hex | CF | E6 | E1 | A | 0 | 2 | A | A7 | 20 | 56 |
| Octal | 317 | 346 | 341 | 12 | 0 | 2 | 12 | 247 | 40 | 126 |
| Binary | 11001111 | 11100110 | 11100001 | 1010 | 0 | 10 | 1010 | 10100111 | 100000 | 1010110 |
Color Harmonies of #CFE6E1
Complementary color
Monochromatic Colors of #CFE6E1
Black with #CFE6E1
Text Example
Text Example
White with #CFE6E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE6E1; }
p { color: rgb(207,230,225); }
H1.HeaderClassName
{
color: #CFE6E1;
}
.AnyTagClassName
{
color: #CFE6E1;
}
</style>
background-color css
<style>
a { background-color: #CFE6E1; }
a { background-color: rgb(207,230,225); }
div.DivClassName
{
background-color: #CFE6E1;
}
.BgClassName
{
background-color: #CFE6E1;
}
</style>
border-color css
<style>
span { border-color: #CFE6E1; }
span { border-color: rgb(207,230,225); }
td.TdClassName
{
border-color: #CFE6E1;
}
.TagClassName
{
border-color: #CFE6E1;
}
</style>