Shades of Iceberg #CCDEDA
Tints of Iceberg #CCDEDA
RGB
CMYK
RGB Variations
Color information
#CCDEDA (or 0xCCDEDA) is known color: Iceberg. HEX triplet: CC, DE and DA. RGB value is (204,222,218). Sum of RGB (Red+Green+Blue) = 204+222+218=644 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.68% from 644); Green value is 222 (87.11% from 255 or 34.47% from 644); Blue value is 218 (85.55% from 255 or 33.85% from 644); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDEDA is #332125. Grayscale: #D8D8D8. Windows color (decimal): -3350822 or 14343884. OLE color: 14343884.
HSL color Cylindrical-coordinate representation of color #CCDEDA: hue angle of 166.67º 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 #CCDEDA is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 222 | 218 | - |
CMYK | 0.08 | 0 | 0.02 | 0.13 |
HSL | 166.67º | 0.21% | 0.84% | - |
HSV(B) | 166.67º | 0.08% | 0.87% | - |
XYZ | 63.68 | 70.14 | 76.51 | - |
YUV | 216.16 | 129.04 | 119.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 222 | 218 | 0.08 | 0 | 0.02 | 0.13 | 166.67 | 0.21 | 0.84 |
Hex | CC | DE | DA | 8 | 0 | 2 | D | A7 | 15 | 54 |
Octal | 314 | 336 | 332 | 10 | 0 | 2 | 15 | 247 | 25 | 124 |
Binary | 11001100 | 11011110 | 11011010 | 1000 | 0 | 10 | 1101 | 10100111 | 10101 | 1010100 |
Color Harmonies of #CCDEDA
Complementary color
Monochromatic Colors of #CCDEDA
Black with #CCDEDA
Text Example
Text Example
White with #CCDEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDEDA; }
p { color: rgb(204,222,218); }
H1.HeaderClassName
{
color: #CCDEDA;
}
.AnyTagClassName
{
color: #CCDEDA;
}
</style>
background-color css
<style>
a { background-color: #CCDEDA; }
a { background-color: rgb(204,222,218); }
div.DivClassName
{
background-color: #CCDEDA;
}
.BgClassName
{
background-color: #CCDEDA;
}
</style>
border-color css
<style>
span { border-color: #CCDEDA; }
span { border-color: rgb(204,222,218); }
td.TdClassName
{
border-color: #CCDEDA;
}
.TagClassName
{
border-color: #CCDEDA;
}
</style>