Shades of Iceberg #CADBD7
Tints of Iceberg #CADBD7
RGB
CMYK
RGB Variations
Color information
#CADBD7 (or 0xCADBD7) is known color: Iceberg. HEX triplet: CA, DB and D7. RGB value is (202,219,215). Sum of RGB (Red+Green+Blue) = 202+219+215=636 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.76% from 636); Green value is 219 (85.94% from 255 or 34.43% from 636); Blue value is 215 (84.38% from 255 or 33.81% from 636); Max value from RGB is 219 - color contains mainly: green. Hex color #CADBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADBD7 is #352428. Grayscale: #D5D5D5. Windows color (decimal): -3482665 or 14146506. OLE color: 14146506.
HSL color Cylindrical-coordinate representation of color #CADBD7: hue angle of 165.88º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CADBD7 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
RGB | 202 | 219 | 215 | - |
CMYK | 0.08 | 0 | 0.02 | 0.14 |
HSL | 165.88º | 0.19% | 0.83% | - |
HSV(B) | 165.88º | 0.08% | 0.86% | - |
XYZ | 61.95 | 68.13 | 74.17 | - |
YUV | 213.46 | 128.87 | 119.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 219 | 215 | 0.08 | 0 | 0.02 | 0.14 | 165.88 | 0.19 | 0.83 |
Hex | CA | DB | D7 | 8 | 0 | 2 | E | A6 | 13 | 53 |
Octal | 312 | 333 | 327 | 10 | 0 | 2 | 16 | 246 | 23 | 123 |
Binary | 11001010 | 11011011 | 11010111 | 1000 | 0 | 10 | 1110 | 10100110 | 10011 | 1010011 |
Color Harmonies of #CADBD7
Complementary color
Monochromatic Colors of #CADBD7
Black with #CADBD7
Text Example
Text Example
White with #CADBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADBD7; }
p { color: rgb(202,219,215); }
H1.HeaderClassName
{
color: #CADBD7;
}
.AnyTagClassName
{
color: #CADBD7;
}
</style>
background-color css
<style>
a { background-color: #CADBD7; }
a { background-color: rgb(202,219,215); }
div.DivClassName
{
background-color: #CADBD7;
}
.BgClassName
{
background-color: #CADBD7;
}
</style>
border-color css
<style>
span { border-color: #CADBD7; }
span { border-color: rgb(202,219,215); }
td.TdClassName
{
border-color: #CADBD7;
}
.TagClassName
{
border-color: #CADBD7;
}
</style>