Shades of Iceberg #C5DBD4
Tints of Iceberg #C5DBD4
RGB
CMYK
RGB Variations
Color information
#C5DBD4 (or 0xC5DBD4) is known color: Iceberg. HEX triplet: C5, DB and D4. RGB value is (197,219,212). Sum of RGB (Red+Green+Blue) = 197+219+212=628 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.37% from 628); Green value is 219 (85.94% from 255 or 34.87% from 628); Blue value is 212 (83.20% from 255 or 33.76% from 628); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DBD4 is #3A242B. Grayscale: #D3D3D3. Windows color (decimal): -3810348 or 13949893. OLE color: 13949893.
HSL color Cylindrical-coordinate representation of color #C5DBD4: hue angle of 160.91º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5DBD4 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 219 | 212 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.14 |
| HSL | 160.91º | 0.23% | 0.82% | - |
| HSV(B) | 160.91º | 0.1% | 0.86% | - |
| XYZ | 60.24 | 67.29 | 72.1 | - |
| YUV | 211.62 | 128.21 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 219 | 212 | 0.10 | 0 | 0.03 | 0.14 | 160.91 | 0.23 | 0.82 |
| Hex | C5 | DB | D4 | A | 0 | 3 | E | A1 | 17 | 52 |
| Octal | 305 | 333 | 324 | 12 | 0 | 3 | 16 | 241 | 27 | 122 |
| Binary | 11000101 | 11011011 | 11010100 | 1010 | 0 | 11 | 1110 | 10100001 | 10111 | 1010010 |
Color Harmonies of #C5DBD4
Complementary color
Monochromatic Colors of #C5DBD4
Black with #C5DBD4
Text Example
Text Example
White with #C5DBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DBD4; }
p { color: rgb(197,219,212); }
H1.HeaderClassName
{
color: #C5DBD4;
}
.AnyTagClassName
{
color: #C5DBD4;
}
</style>
background-color css
<style>
a { background-color: #C5DBD4; }
a { background-color: rgb(197,219,212); }
div.DivClassName
{
background-color: #C5DBD4;
}
.BgClassName
{
background-color: #C5DBD4;
}
</style>
border-color css
<style>
span { border-color: #C5DBD4; }
span { border-color: rgb(197,219,212); }
td.TdClassName
{
border-color: #C5DBD4;
}
.TagClassName
{
border-color: #C5DBD4;
}
</style>