Shades of Jagged Ice #CFE7E1
Tints of Jagged Ice #CFE7E1
RGB
CMYK
RGB Variations
Color information
#CFE7E1 (or 0xCFE7E1) is known color: Jagged Ice. HEX triplet: CF, E7 and E1. RGB value is (207,231,225). Sum of RGB (Red+Green+Blue) = 207+231+225=663 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.22% from 663); Green value is 231 (90.62% from 255 or 34.84% from 663); Blue value is 225 (88.28% from 255 or 33.94% from 663); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE7E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE7E1 is #30181E. Grayscale: #DFDFDF. Windows color (decimal): -3151903 or 14804943. OLE color: 14804943.
HSL color Cylindrical-coordinate representation of color #CFE7E1: hue angle of 165º degrees, saturation: 0.33, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFE7E1 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 231 | 225 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.09 |
| HSL | 165º | 0.33% | 0.86% | - |
| HSV(B) | 165º | 0.1% | 0.91% | - |
| XYZ | 67.9 | 75.85 | 82.3 | - |
| YUV | 223.14 | 129.05 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 231 | 225 | 0.10 | 0 | 0.03 | 0.09 | 165 | 0.33 | 0.86 |
| Hex | CF | E7 | E1 | A | 0 | 3 | 9 | A5 | 21 | 56 |
| Octal | 317 | 347 | 341 | 12 | 0 | 3 | 11 | 245 | 41 | 126 |
| Binary | 11001111 | 11100111 | 11100001 | 1010 | 0 | 11 | 1001 | 10100101 | 100001 | 1010110 |
Color Harmonies of #CFE7E1
Complementary color
Monochromatic Colors of #CFE7E1
Black with #CFE7E1
Text Example
Text Example
White with #CFE7E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE7E1; }
p { color: rgb(207,231,225); }
H1.HeaderClassName
{
color: #CFE7E1;
}
.AnyTagClassName
{
color: #CFE7E1;
}
</style>
background-color css
<style>
a { background-color: #CFE7E1; }
a { background-color: rgb(207,231,225); }
div.DivClassName
{
background-color: #CFE7E1;
}
.BgClassName
{
background-color: #CFE7E1;
}
</style>
border-color css
<style>
span { border-color: #CFE7E1; }
span { border-color: rgb(207,231,225); }
td.TdClassName
{
border-color: #CFE7E1;
}
.TagClassName
{
border-color: #CFE7E1;
}
</style>