Shades of Iceberg #CAD8D1
Tints of Iceberg #CAD8D1
RGB
CMYK
RGB Variations
Color information
#CAD8D1 (or 0xCAD8D1) is known color: Iceberg. HEX triplet: CA, D8 and D1. RGB value is (202,216,209). Sum of RGB (Red+Green+Blue) = 202+216+209=627 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.22% from 627); Green value is 216 (84.77% from 255 or 34.45% from 627); Blue value is 209 (82.03% from 255 or 33.33% from 627); Max value from RGB is 216 - color contains mainly: green. Hex color #CAD8D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD8D1 is #35272E. Grayscale: #D3D3D3. Windows color (decimal): -3483439 or 13752522. OLE color: 13752522.
HSL color Cylindrical-coordinate representation of color #CAD8D1: hue angle of 150º degrees, saturation: 0.15, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CAD8D1 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
RGB | 202 | 216 | 209 | - |
CMYK | 0.06 | 0 | 0.03 | 0.15 |
HSL | 150º | 0.15% | 0.82% | - |
HSV(B) | 150º | 0.06% | 0.85% | - |
XYZ | 60.42 | 66.27 | 69.93 | - |
YUV | 211.02 | 126.86 | 121.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 216 | 209 | 0.06 | 0 | 0.03 | 0.15 | 150 | 0.15 | 0.82 |
Hex | CA | D8 | D1 | 6 | 0 | 3 | F | 96 | F | 52 |
Octal | 312 | 330 | 321 | 6 | 0 | 3 | 17 | 226 | 17 | 122 |
Binary | 11001010 | 11011000 | 11010001 | 110 | 0 | 11 | 1111 | 10010110 | 1111 | 1010010 |
Color Harmonies of #CAD8D1
Complementary color
Monochromatic Colors of #CAD8D1
Black with #CAD8D1
Text Example
Text Example
White with #CAD8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD8D1; }
p { color: rgb(202,216,209); }
H1.HeaderClassName
{
color: #CAD8D1;
}
.AnyTagClassName
{
color: #CAD8D1;
}
</style>
background-color css
<style>
a { background-color: #CAD8D1; }
a { background-color: rgb(202,216,209); }
div.DivClassName
{
background-color: #CAD8D1;
}
.BgClassName
{
background-color: #CAD8D1;
}
</style>
border-color css
<style>
span { border-color: #CAD8D1; }
span { border-color: rgb(202,216,209); }
td.TdClassName
{
border-color: #CAD8D1;
}
.TagClassName
{
border-color: #CAD8D1;
}
</style>