Shades of Jagged Ice #CEDFDC
Tints of Jagged Ice #CEDFDC
RGB
CMYK
RGB Variations
Color information
#CEDFDC (or 0xCEDFDC) is known color: Jagged Ice. HEX triplet: CE, DF and DC. RGB value is (206,223,220). Sum of RGB (Red+Green+Blue) = 206+223+220=649 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.74% from 649); Green value is 223 (87.5% from 255 or 34.36% from 649); Blue value is 220 (86.33% from 255 or 33.90% from 649); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDFDC is #312023. Grayscale: #D9D9D9. Windows color (decimal): -3219492 or 14475214. OLE color: 14475214.
HSL color Cylindrical-coordinate representation of color #CEDFDC: hue angle of 169.41º 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 #CEDFDC is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 223 | 220 | - |
CMYK | 0.08 | 0 | 0.01 | 0.13 |
HSL | 169.41º | 0.21% | 0.84% | - |
HSV(B) | 169.41º | 0.08% | 0.87% | - |
XYZ | 64.76 | 71.06 | 78.01 | - |
YUV | 217.58 | 129.37 | 119.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 223 | 220 | 0.08 | 0 | 0.01 | 0.13 | 169.41 | 0.21 | 0.84 |
Hex | CE | DF | DC | 8 | 0 | 1 | D | A9 | 15 | 54 |
Octal | 316 | 337 | 334 | 10 | 0 | 1 | 15 | 251 | 25 | 124 |
Binary | 11001110 | 11011111 | 11011100 | 1000 | 0 | 1 | 1101 | 10101001 | 10101 | 1010100 |
Color Harmonies of #CEDFDC
Complementary color
Monochromatic Colors of #CEDFDC
Black with #CEDFDC
Text Example
Text Example
White with #CEDFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDFDC; }
p { color: rgb(206,223,220); }
H1.HeaderClassName
{
color: #CEDFDC;
}
.AnyTagClassName
{
color: #CEDFDC;
}
</style>
background-color css
<style>
a { background-color: #CEDFDC; }
a { background-color: rgb(206,223,220); }
div.DivClassName
{
background-color: #CEDFDC;
}
.BgClassName
{
background-color: #CEDFDC;
}
</style>
border-color css
<style>
span { border-color: #CEDFDC; }
span { border-color: rgb(206,223,220); }
td.TdClassName
{
border-color: #CEDFDC;
}
.TagClassName
{
border-color: #CEDFDC;
}
</style>