Shades of Iceberg #C1DBD2
Tints of Iceberg #C1DBD2
RGB
CMYK
RGB Variations
Color information
#C1DBD2 (or 0xC1DBD2) is known color: Iceberg. HEX triplet: C1, DB and D2. RGB value is (193,219,210). Sum of RGB (Red+Green+Blue) = 193+219+210=622 (82% of max value = 765). Red value is 193 (75.78% from 255 or 31.03% from 622); Green value is 219 (85.94% from 255 or 35.21% from 622); Blue value is 210 (82.42% from 255 or 33.76% from 622); Max value from RGB is 219 - color contains mainly: green. Hex color #C1DBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DBD2 is #3E242D. Grayscale: #D2D2D2. Windows color (decimal): -4072494 or 13818817. OLE color: 13818817.
HSL color Cylindrical-coordinate representation of color #C1DBD2: hue angle of 159.23º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C1DBD2 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
RGB | 193 | 219 | 210 | - |
CMYK | 0.12 | 0 | 0.04 | 0.14 |
HSL | 159.23º | 0.27% | 0.81% | - |
HSV(B) | 159.23º | 0.12% | 0.86% | - |
XYZ | 58.96 | 66.65 | 70.73 | - |
YUV | 210.2 | 127.89 | 115.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 219 | 210 | 0.12 | 0 | 0.04 | 0.14 | 159.23 | 0.27 | 0.81 |
Hex | C1 | DB | D2 | C | 0 | 4 | E | 9F | 1B | 51 |
Octal | 301 | 333 | 322 | 14 | 0 | 4 | 16 | 237 | 33 | 121 |
Binary | 11000001 | 11011011 | 11010010 | 1100 | 0 | 100 | 1110 | 10011111 | 11011 | 1010001 |
Color Harmonies of #C1DBD2
Complementary color
Monochromatic Colors of #C1DBD2
Black with #C1DBD2
Text Example
Text Example
White with #C1DBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DBD2; }
p { color: rgb(193,219,210); }
H1.HeaderClassName
{
color: #C1DBD2;
}
.AnyTagClassName
{
color: #C1DBD2;
}
</style>
background-color css
<style>
a { background-color: #C1DBD2; }
a { background-color: rgb(193,219,210); }
div.DivClassName
{
background-color: #C1DBD2;
}
.BgClassName
{
background-color: #C1DBD2;
}
</style>
border-color css
<style>
span { border-color: #C1DBD2; }
span { border-color: rgb(193,219,210); }
td.TdClassName
{
border-color: #C1DBD2;
}
.TagClassName
{
border-color: #C1DBD2;
}
</style>