Shades of Iceberg #CAD5D0
Tints of Iceberg #CAD5D0
RGB
CMYK
RGB Variations
Color information
#CAD5D0 (or 0xCAD5D0) is known color: Iceberg. HEX triplet: CA, D5 and D0. RGB value is (202,213,208). Sum of RGB (Red+Green+Blue) = 202+213+208=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 213 (83.59% from 255 or 34.19% from 623); Blue value is 208 (81.64% from 255 or 33.39% from 623); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD5D0 is #352A2F. Grayscale: #D1D1D1. Windows color (decimal): -3484208 or 13686218. OLE color: 13686218.
HSL color Cylindrical-coordinate representation of color #CAD5D0: hue angle of 152.73º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CAD5D0 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
RGB | 202 | 213 | 208 | - |
CMYK | 0.05 | 0 | 0.02 | 0.16 |
HSL | 152.73º | 0.12% | 0.81% | - |
HSV(B) | 152.73º | 0.05% | 0.84% | - |
XYZ | 59.54 | 64.7 | 69.02 | - |
YUV | 209.14 | 127.36 | 122.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 213 | 208 | 0.05 | 0 | 0.02 | 0.16 | 152.73 | 0.12 | 0.81 |
Hex | CA | D5 | D0 | 5 | 0 | 2 | 10 | 99 | C | 51 |
Octal | 312 | 325 | 320 | 5 | 0 | 2 | 20 | 231 | 14 | 121 |
Binary | 11001010 | 11010101 | 11010000 | 101 | 0 | 10 | 10000 | 10011001 | 1100 | 1010001 |
Color Harmonies of #CAD5D0
Complementary color
Monochromatic Colors of #CAD5D0
Black with #CAD5D0
Text Example
Text Example
White with #CAD5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD5D0; }
p { color: rgb(202,213,208); }
H1.HeaderClassName
{
color: #CAD5D0;
}
.AnyTagClassName
{
color: #CAD5D0;
}
</style>
background-color css
<style>
a { background-color: #CAD5D0; }
a { background-color: rgb(202,213,208); }
div.DivClassName
{
background-color: #CAD5D0;
}
.BgClassName
{
background-color: #CAD5D0;
}
</style>
border-color css
<style>
span { border-color: #CAD5D0; }
span { border-color: rgb(202,213,208); }
td.TdClassName
{
border-color: #CAD5D0;
}
.TagClassName
{
border-color: #CAD5D0;
}
</style>