Shades of Iceberg #CADCD6
Tints of Iceberg #CADCD6
RGB
CMYK
RGB Variations
Color information
#CADCD6 (or 0xCADCD6) is known color: Iceberg. HEX triplet: CA, DC and D6. RGB value is (202,220,214). Sum of RGB (Red+Green+Blue) = 202+220+214=636 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.76% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 214 (83.98% from 255 or 33.65% from 636); Max value from RGB is 220 - color contains mainly: green. Hex color #CADCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADCD6 is #352329. Grayscale: #D5D5D5. Windows color (decimal): -3482410 or 14081226. OLE color: 14081226.
HSL color Cylindrical-coordinate representation of color #CADCD6: hue angle of 160º degrees, saturation: 0.2, 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 #CADCD6 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
RGB | 202 | 220 | 214 | - |
CMYK | 0.08 | 0 | 0.03 | 0.14 |
HSL | 160º | 0.2% | 0.83% | - |
HSV(B) | 160º | 0.08% | 0.86% | - |
XYZ | 62.09 | 68.6 | 73.59 | - |
YUV | 213.93 | 128.04 | 119.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 220 | 214 | 0.08 | 0 | 0.03 | 0.14 | 160 | 0.2 | 0.83 |
Hex | CA | DC | D6 | 8 | 0 | 3 | E | A0 | 14 | 53 |
Octal | 312 | 334 | 326 | 10 | 0 | 3 | 16 | 240 | 24 | 123 |
Binary | 11001010 | 11011100 | 11010110 | 1000 | 0 | 11 | 1110 | 10100000 | 10100 | 1010011 |
Color Harmonies of #CADCD6
Complementary color
Monochromatic Colors of #CADCD6
Black with #CADCD6
Text Example
Text Example
White with #CADCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADCD6; }
p { color: rgb(202,220,214); }
H1.HeaderClassName
{
color: #CADCD6;
}
.AnyTagClassName
{
color: #CADCD6;
}
</style>
background-color css
<style>
a { background-color: #CADCD6; }
a { background-color: rgb(202,220,214); }
div.DivClassName
{
background-color: #CADCD6;
}
.BgClassName
{
background-color: #CADCD6;
}
</style>
border-color css
<style>
span { border-color: #CADCD6; }
span { border-color: rgb(202,220,214); }
td.TdClassName
{
border-color: #CADCD6;
}
.TagClassName
{
border-color: #CADCD6;
}
</style>