Shades of Iceberg #C5DED3
Tints of Iceberg #C5DED3
RGB
CMYK
RGB Variations
Color information
#C5DED3 (or 0xC5DED3) is known color: Iceberg. HEX triplet: C5, DE and D3. RGB value is (197,222,211). Sum of RGB (Red+Green+Blue) = 197+222+211=630 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.27% from 630); Green value is 222 (87.11% from 255 or 35.24% from 630); Blue value is 211 (82.81% from 255 or 33.49% from 630); Max value from RGB is 222 - color contains mainly: green. Hex color #C5DED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DED3 is #3A212C. Grayscale: #D5D5D5. Windows color (decimal): -3809581 or 13885125. OLE color: 13885125.
HSL color Cylindrical-coordinate representation of color #C5DED3: hue angle of 153.6º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5DED3 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 197 | 222 | 211 | - |
CMYK | 0.11 | 0 | 0.05 | 0.13 |
HSL | 153.6º | 0.27% | 0.82% | - |
HSV(B) | 153.6º | 0.11% | 0.87% | - |
XYZ | 60.91 | 68.82 | 71.7 | - |
YUV | 213.27 | 126.72 | 116.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 222 | 211 | 0.11 | 0 | 0.05 | 0.13 | 153.6 | 0.27 | 0.82 |
Hex | C5 | DE | D3 | B | 0 | 5 | D | 9A | 1B | 52 |
Octal | 305 | 336 | 323 | 13 | 0 | 5 | 15 | 232 | 33 | 122 |
Binary | 11000101 | 11011110 | 11010011 | 1011 | 0 | 101 | 1101 | 10011010 | 11011 | 1010010 |
Color Harmonies of #C5DED3
Complementary color
Monochromatic Colors of #C5DED3
Black with #C5DED3
Text Example
Text Example
White with #C5DED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DED3; }
p { color: rgb(197,222,211); }
H1.HeaderClassName
{
color: #C5DED3;
}
.AnyTagClassName
{
color: #C5DED3;
}
</style>
background-color css
<style>
a { background-color: #C5DED3; }
a { background-color: rgb(197,222,211); }
div.DivClassName
{
background-color: #C5DED3;
}
.BgClassName
{
background-color: #C5DED3;
}
</style>
border-color css
<style>
span { border-color: #C5DED3; }
span { border-color: rgb(197,222,211); }
td.TdClassName
{
border-color: #C5DED3;
}
.TagClassName
{
border-color: #C5DED3;
}
</style>