Shades of Iceberg #CADBD3
Tints of Iceberg #CADBD3
RGB
CMYK
RGB Variations
Color information
#CADBD3 (or 0xCADBD3) is known color: Iceberg. HEX triplet: CA, DB and D3. RGB value is (202,219,211). Sum of RGB (Red+Green+Blue) = 202+219+211=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 219 (85.94% from 255 or 34.65% from 632); Blue value is 211 (82.81% from 255 or 33.39% from 632); Max value from RGB is 219 - color contains mainly: green. Hex color #CADBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADBD3 is #35242C. Grayscale: #D5D5D5. Windows color (decimal): -3482669 or 13884362. OLE color: 13884362.
HSL color Cylindrical-coordinate representation of color #CADBD3: hue angle of 151.76º 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 #CADBD3 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 219 | 211 | - |
| CMYK | 0.08 | 0 | 0.04 | 0.14 |
| HSL | 151.76º | 0.19% | 0.83% | - |
| HSV(B) | 151.76º | 0.08% | 0.86% | - |
| XYZ | 61.45 | 67.92 | 71.5 | - |
| YUV | 213.01 | 126.87 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 219 | 211 | 0.08 | 0 | 0.04 | 0.14 | 151.76 | 0.19 | 0.83 |
| Hex | CA | DB | D3 | 8 | 0 | 4 | E | 98 | 13 | 53 |
| Octal | 312 | 333 | 323 | 10 | 0 | 4 | 16 | 230 | 23 | 123 |
| Binary | 11001010 | 11011011 | 11010011 | 1000 | 0 | 100 | 1110 | 10011000 | 10011 | 1010011 |
Color Harmonies of #CADBD3
Complementary color
Monochromatic Colors of #CADBD3
Black with #CADBD3
Text Example
Text Example
White with #CADBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADBD3; }
p { color: rgb(202,219,211); }
H1.HeaderClassName
{
color: #CADBD3;
}
.AnyTagClassName
{
color: #CADBD3;
}
</style>
background-color css
<style>
a { background-color: #CADBD3; }
a { background-color: rgb(202,219,211); }
div.DivClassName
{
background-color: #CADBD3;
}
.BgClassName
{
background-color: #CADBD3;
}
</style>
border-color css
<style>
span { border-color: #CADBD3; }
span { border-color: rgb(202,219,211); }
td.TdClassName
{
border-color: #CADBD3;
}
.TagClassName
{
border-color: #CADBD3;
}
</style>