Shades of Iceberg #C9DCD3
Tints of Iceberg #C9DCD3
RGB
CMYK
RGB Variations
Color information
#C9DCD3 (or 0xC9DCD3) is known color: Iceberg. HEX triplet: C9, DC and D3. RGB value is (201,220,211). Sum of RGB (Red+Green+Blue) = 201+220+211=632 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.80% from 632); Green value is 220 (86.33% from 255 or 34.81% from 632); Blue value is 211 (82.81% from 255 or 33.39% from 632); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DCD3 is #36232C. Grayscale: #D5D5D5. Windows color (decimal): -3547949 or 13884617. OLE color: 13884617.
HSL color Cylindrical-coordinate representation of color #C9DCD3: hue angle of 151.58º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9DCD3 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 220 | 211 | - |
| CMYK | 0.09 | 0 | 0.04 | 0.14 |
| HSL | 151.58º | 0.21% | 0.83% | - |
| HSV(B) | 151.58º | 0.09% | 0.86% | - |
| XYZ | 61.44 | 68.31 | 71.57 | - |
| YUV | 213.29 | 126.71 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 220 | 211 | 0.09 | 0 | 0.04 | 0.14 | 151.58 | 0.21 | 0.83 |
| Hex | C9 | DC | D3 | 9 | 0 | 4 | E | 98 | 15 | 53 |
| Octal | 311 | 334 | 323 | 11 | 0 | 4 | 16 | 230 | 25 | 123 |
| Binary | 11001001 | 11011100 | 11010011 | 1001 | 0 | 100 | 1110 | 10011000 | 10101 | 1010011 |
Color Harmonies of #C9DCD3
Complementary color
Monochromatic Colors of #C9DCD3
Black with #C9DCD3
Text Example
Text Example
White with #C9DCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DCD3; }
p { color: rgb(201,220,211); }
H1.HeaderClassName
{
color: #C9DCD3;
}
.AnyTagClassName
{
color: #C9DCD3;
}
</style>
background-color css
<style>
a { background-color: #C9DCD3; }
a { background-color: rgb(201,220,211); }
div.DivClassName
{
background-color: #C9DCD3;
}
.BgClassName
{
background-color: #C9DCD3;
}
</style>
border-color css
<style>
span { border-color: #C9DCD3; }
span { border-color: rgb(201,220,211); }
td.TdClassName
{
border-color: #C9DCD3;
}
.TagClassName
{
border-color: #C9DCD3;
}
</style>