Shades of Jagged Ice #CFE1DF
Tints of Jagged Ice #CFE1DF
RGB
CMYK
RGB Variations
Color information
#CFE1DF (or 0xCFE1DF) is known color: Jagged Ice. HEX triplet: CF, E1 and DF. RGB value is (207,225,223). Sum of RGB (Red+Green+Blue) = 207+225+223=655 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.60% from 655); Green value is 225 (88.28% from 255 or 34.35% from 655); Blue value is 223 (87.5% from 255 or 34.05% from 655); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE1DF is #301E20. Grayscale: #DBDBDB. Windows color (decimal): -3153441 or 14672335. OLE color: 14672335.
HSL color Cylindrical-coordinate representation of color #CFE1DF: hue angle of 173.33º degrees, saturation: 0.23, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFE1DF is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
RGB | 207 | 225 | 223 | - |
CMYK | 0.08 | 0 | 0.01 | 0.12 |
HSL | 173.33º | 0.23% | 0.85% | - |
HSV(B) | 173.33º | 0.08% | 0.88% | - |
XYZ | 65.98 | 72.44 | 80.32 | - |
YUV | 219.39 | 130.04 | 119.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 225 | 223 | 0.08 | 0 | 0.01 | 0.12 | 173.33 | 0.23 | 0.85 |
Hex | CF | E1 | DF | 8 | 0 | 1 | C | AD | 17 | 55 |
Octal | 317 | 341 | 337 | 10 | 0 | 1 | 14 | 255 | 27 | 125 |
Binary | 11001111 | 11100001 | 11011111 | 1000 | 0 | 1 | 1100 | 10101101 | 10111 | 1010101 |
Color Harmonies of #CFE1DF
Complementary color
Monochromatic Colors of #CFE1DF
Black with #CFE1DF
Text Example
Text Example
White with #CFE1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE1DF; }
p { color: rgb(207,225,223); }
H1.HeaderClassName
{
color: #CFE1DF;
}
.AnyTagClassName
{
color: #CFE1DF;
}
</style>
background-color css
<style>
a { background-color: #CFE1DF; }
a { background-color: rgb(207,225,223); }
div.DivClassName
{
background-color: #CFE1DF;
}
.BgClassName
{
background-color: #CFE1DF;
}
</style>
border-color css
<style>
span { border-color: #CFE1DF; }
span { border-color: rgb(207,225,223); }
td.TdClassName
{
border-color: #CFE1DF;
}
.TagClassName
{
border-color: #CFE1DF;
}
</style>