Shades of Jagged Ice #CFE9E5
Tints of Jagged Ice #CFE9E5
RGB
CMYK
RGB Variations
Color information
#CFE9E5 (or 0xCFE9E5) is known color: Jagged Ice. HEX triplet: CF, E9 and E5. RGB value is (207,233,229). Sum of RGB (Red+Green+Blue) = 207+233+229=669 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.94% from 669); Green value is 233 (91.41% from 255 or 34.83% from 669); Blue value is 229 (89.84% from 255 or 34.23% from 669); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE9E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE9E5 is #30161A. Grayscale: #E0E0E0. Windows color (decimal): -3151387 or 15067599. OLE color: 15067599.
HSL color Cylindrical-coordinate representation of color #CFE9E5: hue angle of 170.77º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFE9E5 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
RGB | 207 | 233 | 229 | - |
CMYK | 0.11 | 0 | 0.02 | 0.09 |
HSL | 170.77º | 0.37% | 0.86% | - |
HSV(B) | 170.77º | 0.11% | 0.91% | - |
XYZ | 69.01 | 77.2 | 85.39 | - |
YUV | 224.77 | 130.39 | 115.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 233 | 229 | 0.11 | 0 | 0.02 | 0.09 | 170.77 | 0.37 | 0.86 |
Hex | CF | E9 | E5 | B | 0 | 2 | 9 | AB | 25 | 56 |
Octal | 317 | 351 | 345 | 13 | 0 | 2 | 11 | 253 | 45 | 126 |
Binary | 11001111 | 11101001 | 11100101 | 1011 | 0 | 10 | 1001 | 10101011 | 100101 | 1010110 |
Color Harmonies of #CFE9E5
Complementary color
Monochromatic Colors of #CFE9E5
Black with #CFE9E5
Text Example
Text Example
White with #CFE9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE9E5; }
p { color: rgb(207,233,229); }
H1.HeaderClassName
{
color: #CFE9E5;
}
.AnyTagClassName
{
color: #CFE9E5;
}
</style>
background-color css
<style>
a { background-color: #CFE9E5; }
a { background-color: rgb(207,233,229); }
div.DivClassName
{
background-color: #CFE9E5;
}
.BgClassName
{
background-color: #CFE9E5;
}
</style>
border-color css
<style>
span { border-color: #CFE9E5; }
span { border-color: rgb(207,233,229); }
td.TdClassName
{
border-color: #CFE9E5;
}
.TagClassName
{
border-color: #CFE9E5;
}
</style>