Shades of Jagged Ice #CDE1DF
Tints of Jagged Ice #CDE1DF
RGB
CMYK
RGB Variations
Color information
#CDE1DF (or 0xCDE1DF) is known color: Jagged Ice. HEX triplet: CD, E1 and DF. RGB value is (205,225,223). Sum of RGB (Red+Green+Blue) = 205+225+223=653 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.39% from 653); Green value is 225 (88.28% from 255 or 34.46% from 653); Blue value is 223 (87.5% from 255 or 34.15% from 653); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE1DF is #321E20. Grayscale: #DADADA. Windows color (decimal): -3284513 or 14672333. OLE color: 14672333.
HSL color Cylindrical-coordinate representation of color #CDE1DF: hue angle of 174º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDE1DF is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
RGB | 205 | 225 | 223 | - |
CMYK | 0.09 | 0 | 0.01 | 0.12 |
HSL | 174º | 0.25% | 0.84% | - |
HSV(B) | 174º | 0.09% | 0.88% | - |
XYZ | 65.42 | 72.16 | 80.29 | - |
YUV | 218.79 | 130.37 | 118.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 225 | 223 | 0.09 | 0 | 0.01 | 0.12 | 174 | 0.25 | 0.84 |
Hex | CD | E1 | DF | 9 | 0 | 1 | C | AE | 19 | 54 |
Octal | 315 | 341 | 337 | 11 | 0 | 1 | 14 | 256 | 31 | 124 |
Binary | 11001101 | 11100001 | 11011111 | 1001 | 0 | 1 | 1100 | 10101110 | 11001 | 1010100 |
Color Harmonies of #CDE1DF
Complementary color
Monochromatic Colors of #CDE1DF
Black with #CDE1DF
Text Example
Text Example
White with #CDE1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE1DF; }
p { color: rgb(205,225,223); }
H1.HeaderClassName
{
color: #CDE1DF;
}
.AnyTagClassName
{
color: #CDE1DF;
}
</style>
background-color css
<style>
a { background-color: #CDE1DF; }
a { background-color: rgb(205,225,223); }
div.DivClassName
{
background-color: #CDE1DF;
}
.BgClassName
{
background-color: #CDE1DF;
}
</style>
border-color css
<style>
span { border-color: #CDE1DF; }
span { border-color: rgb(205,225,223); }
td.TdClassName
{
border-color: #CDE1DF;
}
.TagClassName
{
border-color: #CDE1DF;
}
</style>