Shades of Jagged Ice #CEDFDD
Tints of Jagged Ice #CEDFDD
RGB
CMYK
RGB Variations
Color information
#CEDFDD (or 0xCEDFDD) is known color: Jagged Ice. HEX triplet: CE, DF and DD. RGB value is (206,223,221). Sum of RGB (Red+Green+Blue) = 206+223+221=650 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.69% from 650); Green value is 223 (87.5% from 255 or 34.31% from 650); Blue value is 221 (86.72% from 255 or 34% from 650); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDFDD is #312022. Grayscale: #D9D9D9. Windows color (decimal): -3219491 or 14540750. OLE color: 14540750.
HSL color Cylindrical-coordinate representation of color #CEDFDD: hue angle of 172.94º 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 #CEDFDD is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 223 | 221 | - |
CMYK | 0.08 | 0 | 0.01 | 0.13 |
HSL | 172.94º | 0.21% | 0.84% | - |
HSV(B) | 172.94º | 0.08% | 0.87% | - |
XYZ | 64.89 | 71.12 | 78.71 | - |
YUV | 217.69 | 129.87 | 119.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 223 | 221 | 0.08 | 0 | 0.01 | 0.13 | 172.94 | 0.21 | 0.84 |
Hex | CE | DF | DD | 8 | 0 | 1 | D | AD | 15 | 54 |
Octal | 316 | 337 | 335 | 10 | 0 | 1 | 15 | 255 | 25 | 124 |
Binary | 11001110 | 11011111 | 11011101 | 1000 | 0 | 1 | 1101 | 10101101 | 10101 | 1010100 |
Color Harmonies of #CEDFDD
Complementary color
Monochromatic Colors of #CEDFDD
Black with #CEDFDD
Text Example
Text Example
White with #CEDFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDFDD; }
p { color: rgb(206,223,221); }
H1.HeaderClassName
{
color: #CEDFDD;
}
.AnyTagClassName
{
color: #CEDFDD;
}
</style>
background-color css
<style>
a { background-color: #CEDFDD; }
a { background-color: rgb(206,223,221); }
div.DivClassName
{
background-color: #CEDFDD;
}
.BgClassName
{
background-color: #CEDFDD;
}
</style>
border-color css
<style>
span { border-color: #CEDFDD; }
span { border-color: rgb(206,223,221); }
td.TdClassName
{
border-color: #CEDFDD;
}
.TagClassName
{
border-color: #CEDFDD;
}
</style>