Shades of Jagged Ice #CFECE6
Tints of Jagged Ice #CFECE6
RGB
CMYK
RGB Variations
Color information
#CFECE6 (or 0xCFECE6) is known color: Jagged Ice. HEX triplet: CF, EC and E6. RGB value is (207,236,230). Sum of RGB (Red+Green+Blue) = 207+236+230=673 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.76% from 673); Green value is 236 (92.58% from 255 or 35.07% from 673); Blue value is 230 (90.23% from 255 or 34.18% from 673); Max value from RGB is 236 - color contains mainly: green. Hex color #CFECE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFECE6 is #301319. Grayscale: #E2E2E2. Windows color (decimal): -3150618 or 15133903. OLE color: 15133903.
HSL color Cylindrical-coordinate representation of color #CFECE6: hue angle of 167.59º degrees, saturation: 0.43, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFECE6 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 207 | 236 | 230 | - |
CMYK | 0.12 | 0 | 0.03 | 0.07 |
HSL | 167.59º | 0.43% | 0.87% | - |
HSV(B) | 167.59º | 0.12% | 0.93% | - |
XYZ | 70.01 | 78.97 | 86.42 | - |
YUV | 226.65 | 129.89 | 113.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 236 | 230 | 0.12 | 0 | 0.03 | 0.07 | 167.59 | 0.43 | 0.87 |
Hex | CF | EC | E6 | C | 0 | 3 | 7 | A8 | 2B | 57 |
Octal | 317 | 354 | 346 | 14 | 0 | 3 | 7 | 250 | 53 | 127 |
Binary | 11001111 | 11101100 | 11100110 | 1100 | 0 | 11 | 111 | 10101000 | 101011 | 1010111 |
Color Harmonies of #CFECE6
Complementary color
Monochromatic Colors of #CFECE6
Black with #CFECE6
Text Example
Text Example
White with #CFECE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFECE6; }
p { color: rgb(207,236,230); }
H1.HeaderClassName
{
color: #CFECE6;
}
.AnyTagClassName
{
color: #CFECE6;
}
</style>
background-color css
<style>
a { background-color: #CFECE6; }
a { background-color: rgb(207,236,230); }
div.DivClassName
{
background-color: #CFECE6;
}
.BgClassName
{
background-color: #CFECE6;
}
</style>
border-color css
<style>
span { border-color: #CFECE6; }
span { border-color: rgb(207,236,230); }
td.TdClassName
{
border-color: #CFECE6;
}
.TagClassName
{
border-color: #CFECE6;
}
</style>