Shades of Iceberg #CBE6DA
Tints of Iceberg #CBE6DA
RGB
CMYK
RGB Variations
Color information
#CBE6DA (or 0xCBE6DA) is known color: Iceberg. HEX triplet: CB, E6 and DA. RGB value is (203,230,218). Sum of RGB (Red+Green+Blue) = 203+230+218=651 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.18% from 651); Green value is 230 (90.23% from 255 or 35.33% from 651); Blue value is 218 (85.55% from 255 or 33.49% from 651); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE6DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE6DA is #341925. Grayscale: #DCDCDC. Windows color (decimal): -3414310 or 14345931. OLE color: 14345931.
HSL color Cylindrical-coordinate representation of color #CBE6DA: hue angle of 153.33º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBE6DA is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
RGB | 203 | 230 | 218 | - |
CMYK | 0.12 | 0 | 0.05 | 0.10 |
HSL | 153.33º | 0.35% | 0.85% | - |
HSV(B) | 153.33º | 0.12% | 0.9% | - |
XYZ | 65.58 | 74.35 | 77.22 | - |
YUV | 220.56 | 126.55 | 115.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 230 | 218 | 0.12 | 0 | 0.05 | 0.10 | 153.33 | 0.35 | 0.85 |
Hex | CB | E6 | DA | C | 0 | 5 | A | 99 | 23 | 55 |
Octal | 313 | 346 | 332 | 14 | 0 | 5 | 12 | 231 | 43 | 125 |
Binary | 11001011 | 11100110 | 11011010 | 1100 | 0 | 101 | 1010 | 10011001 | 100011 | 1010101 |
Color Harmonies of #CBE6DA
Complementary color
Monochromatic Colors of #CBE6DA
Black with #CBE6DA
Text Example
Text Example
White with #CBE6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE6DA; }
p { color: rgb(203,230,218); }
H1.HeaderClassName
{
color: #CBE6DA;
}
.AnyTagClassName
{
color: #CBE6DA;
}
</style>
background-color css
<style>
a { background-color: #CBE6DA; }
a { background-color: rgb(203,230,218); }
div.DivClassName
{
background-color: #CBE6DA;
}
.BgClassName
{
background-color: #CBE6DA;
}
</style>
border-color css
<style>
span { border-color: #CBE6DA; }
span { border-color: rgb(203,230,218); }
td.TdClassName
{
border-color: #CBE6DA;
}
.TagClassName
{
border-color: #CBE6DA;
}
</style>