Shades of Jagged Ice #CFE6E2
Tints of Jagged Ice #CFE6E2
RGB
CMYK
RGB Variations
Color information
#CFE6E2 (or 0xCFE6E2) is known color: Jagged Ice. HEX triplet: CF, E6 and E2. RGB value is (207,230,226). Sum of RGB (Red+Green+Blue) = 207+230+226=663 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.22% from 663); Green value is 230 (90.23% from 255 or 34.69% from 663); Blue value is 226 (88.67% from 255 or 34.09% from 663); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE6E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE6E2 is #30191D. Grayscale: #DEDEDE. Windows color (decimal): -3152158 or 14870223. OLE color: 14870223.
HSL color Cylindrical-coordinate representation of color #CFE6E2: hue angle of 169.57º 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 #CFE6E2 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
RGB | 207 | 230 | 226 | - |
CMYK | 0.10 | 0 | 0.02 | 0.10 |
HSL | 169.57º | 0.32% | 0.86% | - |
HSV(B) | 169.57º | 0.1% | 0.9% | - |
XYZ | 67.76 | 75.35 | 82.92 | - |
YUV | 222.67 | 129.88 | 116.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 230 | 226 | 0.10 | 0 | 0.02 | 0.10 | 169.57 | 0.32 | 0.86 |
Hex | CF | E6 | E2 | A | 0 | 2 | A | AA | 20 | 56 |
Octal | 317 | 346 | 342 | 12 | 0 | 2 | 12 | 252 | 40 | 126 |
Binary | 11001111 | 11100110 | 11100010 | 1010 | 0 | 10 | 1010 | 10101010 | 100000 | 1010110 |
Color Harmonies of #CFE6E2
Complementary color
Monochromatic Colors of #CFE6E2
Black with #CFE6E2
Text Example
Text Example
White with #CFE6E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE6E2; }
p { color: rgb(207,230,226); }
H1.HeaderClassName
{
color: #CFE6E2;
}
.AnyTagClassName
{
color: #CFE6E2;
}
</style>
background-color css
<style>
a { background-color: #CFE6E2; }
a { background-color: rgb(207,230,226); }
div.DivClassName
{
background-color: #CFE6E2;
}
.BgClassName
{
background-color: #CFE6E2;
}
</style>
border-color css
<style>
span { border-color: #CFE6E2; }
span { border-color: rgb(207,230,226); }
td.TdClassName
{
border-color: #CFE6E2;
}
.TagClassName
{
border-color: #CFE6E2;
}
</style>