Shades of Iceberg #C5DBD3
Tints of Iceberg #C5DBD3
RGB
CMYK
RGB Variations
Color information
#C5DBD3 (or 0xC5DBD3) is known color: Iceberg. HEX triplet: C5, DB and D3. RGB value is (197,219,211). Sum of RGB (Red+Green+Blue) = 197+219+211=627 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.42% from 627); Green value is 219 (85.94% from 255 or 34.93% from 627); Blue value is 211 (82.81% from 255 or 33.65% from 627); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DBD3 is #3A242C. Grayscale: #D3D3D3. Windows color (decimal): -3810349 or 13884357. OLE color: 13884357.
HSL color Cylindrical-coordinate representation of color #C5DBD3: hue angle of 158.18º 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 #C5DBD3 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
RGB | 197 | 219 | 211 | - |
CMYK | 0.10 | 0 | 0.04 | 0.14 |
HSL | 158.18º | 0.23% | 0.82% | - |
HSV(B) | 158.18º | 0.1% | 0.86% | - |
XYZ | 60.12 | 67.24 | 71.44 | - |
YUV | 211.51 | 127.71 | 117.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 219 | 211 | 0.10 | 0 | 0.04 | 0.14 | 158.18 | 0.23 | 0.82 |
Hex | C5 | DB | D3 | A | 0 | 4 | E | 9E | 17 | 52 |
Octal | 305 | 333 | 323 | 12 | 0 | 4 | 16 | 236 | 27 | 122 |
Binary | 11000101 | 11011011 | 11010011 | 1010 | 0 | 100 | 1110 | 10011110 | 10111 | 1010010 |
Color Harmonies of #C5DBD3
Complementary color
Monochromatic Colors of #C5DBD3
Black with #C5DBD3
Text Example
Text Example
White with #C5DBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DBD3; }
p { color: rgb(197,219,211); }
H1.HeaderClassName
{
color: #C5DBD3;
}
.AnyTagClassName
{
color: #C5DBD3;
}
</style>
background-color css
<style>
a { background-color: #C5DBD3; }
a { background-color: rgb(197,219,211); }
div.DivClassName
{
background-color: #C5DBD3;
}
.BgClassName
{
background-color: #C5DBD3;
}
</style>
border-color css
<style>
span { border-color: #C5DBD3; }
span { border-color: rgb(197,219,211); }
td.TdClassName
{
border-color: #C5DBD3;
}
.TagClassName
{
border-color: #C5DBD3;
}
</style>