Shades of Iceberg #CCE6DA
Tints of Iceberg #CCE6DA
RGB
CMYK
RGB Variations
Color information
#CCE6DA (or 0xCCE6DA) is known color: Iceberg. HEX triplet: CC, E6 and DA. RGB value is (204,230,218). Sum of RGB (Red+Green+Blue) = 204+230+218=652 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.29% from 652); Green value is 230 (90.23% from 255 or 35.28% from 652); Blue value is 218 (85.55% from 255 or 33.44% from 652); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE6DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE6DA is #331925. Grayscale: #DCDCDC. Windows color (decimal): -3348774 or 14345932. OLE color: 14345932.
HSL color Cylindrical-coordinate representation of color #CCE6DA: hue angle of 152.31º 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 #CCE6DA is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
RGB | 204 | 230 | 218 | - |
CMYK | 0.11 | 0 | 0.05 | 0.10 |
HSL | 152.31º | 0.34% | 0.85% | - |
HSV(B) | 152.31º | 0.11% | 0.9% | - |
XYZ | 65.85 | 74.49 | 77.24 | - |
YUV | 220.86 | 126.39 | 115.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 230 | 218 | 0.11 | 0 | 0.05 | 0.10 | 152.31 | 0.34 | 0.85 |
Hex | CC | E6 | DA | B | 0 | 5 | A | 98 | 22 | 55 |
Octal | 314 | 346 | 332 | 13 | 0 | 5 | 12 | 230 | 42 | 125 |
Binary | 11001100 | 11100110 | 11011010 | 1011 | 0 | 101 | 1010 | 10011000 | 100010 | 1010101 |
Color Harmonies of #CCE6DA
Complementary color
Monochromatic Colors of #CCE6DA
Black with #CCE6DA
Text Example
Text Example
White with #CCE6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE6DA; }
p { color: rgb(204,230,218); }
H1.HeaderClassName
{
color: #CCE6DA;
}
.AnyTagClassName
{
color: #CCE6DA;
}
</style>
background-color css
<style>
a { background-color: #CCE6DA; }
a { background-color: rgb(204,230,218); }
div.DivClassName
{
background-color: #CCE6DA;
}
.BgClassName
{
background-color: #CCE6DA;
}
</style>
border-color css
<style>
span { border-color: #CCE6DA; }
span { border-color: rgb(204,230,218); }
td.TdClassName
{
border-color: #CCE6DA;
}
.TagClassName
{
border-color: #CCE6DA;
}
</style>