Shades of Jagged Ice #CDEDE7
Tints of Jagged Ice #CDEDE7
RGB
CMYK
RGB Variations
Color information
#CDEDE7 (or 0xCDEDE7) is known color: Jagged Ice. HEX triplet: CD, ED and E7. RGB value is (205,237,231). Sum of RGB (Red+Green+Blue) = 205+237+231=673 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.46% from 673); Green value is 237 (92.97% from 255 or 35.22% from 673); Blue value is 231 (90.62% from 255 or 34.32% from 673); Max value from RGB is 237 - color contains mainly: green. Hex color #CDEDE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEDE7 is #321218. Grayscale: #E2E2E2. Windows color (decimal): -3281433 or 15199693. OLE color: 15199693.
HSL color Cylindrical-coordinate representation of color #CDEDE7: hue angle of 168.75º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDEDE7 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 205 | 237 | 231 | - |
CMYK | 0.14 | 0 | 0.03 | 0.07 |
HSL | 168.75º | 0.47% | 0.87% | - |
HSV(B) | 168.75º | 0.14% | 0.93% | - |
XYZ | 69.88 | 79.32 | 87.23 | - |
YUV | 226.75 | 130.4 | 112.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 237 | 231 | 0.14 | 0 | 0.03 | 0.07 | 168.75 | 0.47 | 0.87 |
Hex | CD | ED | E7 | E | 0 | 3 | 7 | A9 | 2F | 57 |
Octal | 315 | 355 | 347 | 16 | 0 | 3 | 7 | 251 | 57 | 127 |
Binary | 11001101 | 11101101 | 11100111 | 1110 | 0 | 11 | 111 | 10101001 | 101111 | 1010111 |
Color Harmonies of #CDEDE7
Complementary color
Monochromatic Colors of #CDEDE7
Black with #CDEDE7
Text Example
Text Example
White with #CDEDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEDE7; }
p { color: rgb(205,237,231); }
H1.HeaderClassName
{
color: #CDEDE7;
}
.AnyTagClassName
{
color: #CDEDE7;
}
</style>
background-color css
<style>
a { background-color: #CDEDE7; }
a { background-color: rgb(205,237,231); }
div.DivClassName
{
background-color: #CDEDE7;
}
.BgClassName
{
background-color: #CDEDE7;
}
</style>
border-color css
<style>
span { border-color: #CDEDE7; }
span { border-color: rgb(205,237,231); }
td.TdClassName
{
border-color: #CDEDE7;
}
.TagClassName
{
border-color: #CDEDE7;
}
</style>