Shades of Jagged Ice #CEDFDE
Tints of Jagged Ice #CEDFDE
RGB
CMYK
RGB Variations
Color information
#CEDFDE (or 0xCEDFDE) is known color: Jagged Ice. HEX triplet: CE, DF and DE. RGB value is (206,223,222). Sum of RGB (Red+Green+Blue) = 206+223+222=651 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.64% from 651); Green value is 223 (87.5% from 255 or 34.25% from 651); Blue value is 222 (87.11% from 255 or 34.10% from 651); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDFDE is #312021. Grayscale: #D9D9D9. Windows color (decimal): -3219490 or 14606286. OLE color: 14606286.
HSL color Cylindrical-coordinate representation of color #CEDFDE: hue angle of 176.47º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEDFDE is Cyan = 0.08, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 223 | 222 | - |
| CMYK | 0.08 | 0 | 0.00 | 0.13 |
| HSL | 176.47º | 0.21% | 0.84% | - |
| HSV(B) | 176.47º | 0.08% | 0.87% | - |
| XYZ | 65.03 | 71.17 | 79.42 | - |
| YUV | 217.8 | 130.37 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 223 | 222 | 0.08 | 0 | 0.00 | 0.13 | 176.47 | 0.21 | 0.84 |
| Hex | CE | DF | DE | 8 | 0 | 0 | D | B0 | 15 | 54 |
| Octal | 316 | 337 | 336 | 10 | 0 | 0 | 15 | 260 | 25 | 124 |
| Binary | 11001110 | 11011111 | 11011110 | 1000 | 0 | 0 | 1101 | 10110000 | 10101 | 1010100 |
Color Harmonies of #CEDFDE
Complementary color
Monochromatic Colors of #CEDFDE
Black with #CEDFDE
Text Example
Text Example
White with #CEDFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDFDE; }
p { color: rgb(206,223,222); }
H1.HeaderClassName
{
color: #CEDFDE;
}
.AnyTagClassName
{
color: #CEDFDE;
}
</style>
background-color css
<style>
a { background-color: #CEDFDE; }
a { background-color: rgb(206,223,222); }
div.DivClassName
{
background-color: #CEDFDE;
}
.BgClassName
{
background-color: #CEDFDE;
}
</style>
border-color css
<style>
span { border-color: #CEDFDE; }
span { border-color: rgb(206,223,222); }
td.TdClassName
{
border-color: #CEDFDE;
}
.TagClassName
{
border-color: #CEDFDE;
}
</style>