Shades of Iceberg #C9DAD3
Tints of Iceberg #C9DAD3
RGB
CMYK
RGB Variations
Color information
#C9DAD3 (or 0xC9DAD3) is known color: Iceberg. HEX triplet: C9, DA and D3. RGB value is (201,218,211). Sum of RGB (Red+Green+Blue) = 201+218+211=630 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.90% from 630); Green value is 218 (85.55% from 255 or 34.60% from 630); Blue value is 211 (82.81% from 255 or 33.49% from 630); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DAD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DAD3 is #36252C. Grayscale: #D4D4D4. Windows color (decimal): -3548461 or 13884105. OLE color: 13884105.
HSL color Cylindrical-coordinate representation of color #C9DAD3: hue angle of 155.29º degrees, saturation: 0.19, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C9DAD3 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
RGB | 201 | 218 | 211 | - |
CMYK | 0.08 | 0 | 0.03 | 0.15 |
HSL | 155.29º | 0.19% | 0.82% | - |
HSV(B) | 155.29º | 0.08% | 0.85% | - |
XYZ | 60.92 | 67.26 | 71.4 | - |
YUV | 212.12 | 127.37 | 120.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 218 | 211 | 0.08 | 0 | 0.03 | 0.15 | 155.29 | 0.19 | 0.82 |
Hex | C9 | DA | D3 | 8 | 0 | 3 | F | 9B | 13 | 52 |
Octal | 311 | 332 | 323 | 10 | 0 | 3 | 17 | 233 | 23 | 122 |
Binary | 11001001 | 11011010 | 11010011 | 1000 | 0 | 11 | 1111 | 10011011 | 10011 | 1010010 |
Color Harmonies of #C9DAD3
Complementary color
Monochromatic Colors of #C9DAD3
Black with #C9DAD3
Text Example
Text Example
White with #C9DAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DAD3; }
p { color: rgb(201,218,211); }
H1.HeaderClassName
{
color: #C9DAD3;
}
.AnyTagClassName
{
color: #C9DAD3;
}
</style>
background-color css
<style>
a { background-color: #C9DAD3; }
a { background-color: rgb(201,218,211); }
div.DivClassName
{
background-color: #C9DAD3;
}
.BgClassName
{
background-color: #C9DAD3;
}
</style>
border-color css
<style>
span { border-color: #C9DAD3; }
span { border-color: rgb(201,218,211); }
td.TdClassName
{
border-color: #C9DAD3;
}
.TagClassName
{
border-color: #C9DAD3;
}
</style>