Shades of Jagged Ice #CCE6DF
Tints of Jagged Ice #CCE6DF
RGB
CMYK
RGB Variations
Color information
#CCE6DF (or 0xCCE6DF) is known color: Jagged Ice. HEX triplet: CC, E6 and DF. RGB value is (204,230,223). Sum of RGB (Red+Green+Blue) = 204+230+223=657 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.05% from 657); Green value is 230 (90.23% from 255 or 35.01% from 657); Blue value is 223 (87.5% from 255 or 33.94% from 657); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE6DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE6DF is #331920. Grayscale: #DDDDDD. Windows color (decimal): -3348769 or 14673612. OLE color: 14673612.
HSL color Cylindrical-coordinate representation of color #CCE6DF: hue angle of 163.85º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCE6DF is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
RGB | 204 | 230 | 223 | - |
CMYK | 0.11 | 0 | 0.03 | 0.10 |
HSL | 163.85º | 0.34% | 0.85% | - |
HSV(B) | 163.85º | 0.11% | 0.9% | - |
XYZ | 66.52 | 74.76 | 80.74 | - |
YUV | 221.43 | 128.89 | 115.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 230 | 223 | 0.11 | 0 | 0.03 | 0.10 | 163.85 | 0.34 | 0.85 |
Hex | CC | E6 | DF | B | 0 | 3 | A | A4 | 22 | 55 |
Octal | 314 | 346 | 337 | 13 | 0 | 3 | 12 | 244 | 42 | 125 |
Binary | 11001100 | 11100110 | 11011111 | 1011 | 0 | 11 | 1010 | 10100100 | 100010 | 1010101 |
Color Harmonies of #CCE6DF
Complementary color
Monochromatic Colors of #CCE6DF
Black with #CCE6DF
Text Example
Text Example
White with #CCE6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE6DF; }
p { color: rgb(204,230,223); }
H1.HeaderClassName
{
color: #CCE6DF;
}
.AnyTagClassName
{
color: #CCE6DF;
}
</style>
background-color css
<style>
a { background-color: #CCE6DF; }
a { background-color: rgb(204,230,223); }
div.DivClassName
{
background-color: #CCE6DF;
}
.BgClassName
{
background-color: #CCE6DF;
}
</style>
border-color css
<style>
span { border-color: #CCE6DF; }
span { border-color: rgb(204,230,223); }
td.TdClassName
{
border-color: #CCE6DF;
}
.TagClassName
{
border-color: #CCE6DF;
}
</style>