Shades of Iceberg #CCE4DA
Tints of Iceberg #CCE4DA
RGB
CMYK
RGB Variations
Color information
#CCE4DA (or 0xCCE4DA) is known color: Iceberg. HEX triplet: CC, E4 and DA. RGB value is (204,228,218). Sum of RGB (Red+Green+Blue) = 204+228+218=650 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.38% from 650); Green value is 228 (89.45% from 255 or 35.08% from 650); Blue value is 218 (85.55% from 255 or 33.54% from 650); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE4DA is #331B25. Grayscale: #DBDBDB. Windows color (decimal): -3349286 or 14345420. OLE color: 14345420.
HSL color Cylindrical-coordinate representation of color #CCE4DA: hue angle of 155º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCE4DA is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
RGB | 204 | 228 | 218 | - |
CMYK | 0.11 | 0 | 0.04 | 0.11 |
HSL | 155º | 0.31% | 0.85% | - |
HSV(B) | 155º | 0.11% | 0.89% | - |
XYZ | 65.3 | 73.39 | 77.05 | - |
YUV | 219.68 | 127.05 | 116.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 228 | 218 | 0.11 | 0 | 0.04 | 0.11 | 155 | 0.31 | 0.85 |
Hex | CC | E4 | DA | B | 0 | 4 | B | 9B | 1F | 55 |
Octal | 314 | 344 | 332 | 13 | 0 | 4 | 13 | 233 | 37 | 125 |
Binary | 11001100 | 11100100 | 11011010 | 1011 | 0 | 100 | 1011 | 10011011 | 11111 | 1010101 |
Color Harmonies of #CCE4DA
Complementary color
Monochromatic Colors of #CCE4DA
Black with #CCE4DA
Text Example
Text Example
White with #CCE4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE4DA; }
p { color: rgb(204,228,218); }
H1.HeaderClassName
{
color: #CCE4DA;
}
.AnyTagClassName
{
color: #CCE4DA;
}
</style>
background-color css
<style>
a { background-color: #CCE4DA; }
a { background-color: rgb(204,228,218); }
div.DivClassName
{
background-color: #CCE4DA;
}
.BgClassName
{
background-color: #CCE4DA;
}
</style>
border-color css
<style>
span { border-color: #CCE4DA; }
span { border-color: rgb(204,228,218); }
td.TdClassName
{
border-color: #CCE4DA;
}
.TagClassName
{
border-color: #CCE4DA;
}
</style>