Shades of Iceberg #CADDD6
Tints of Iceberg #CADDD6
RGB
CMYK
RGB Variations
Color information
#CADDD6 (or 0xCADDD6) is known color: Iceberg. HEX triplet: CA, DD and D6. RGB value is (202,221,214). Sum of RGB (Red+Green+Blue) = 202+221+214=637 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.71% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 214 (83.98% from 255 or 33.59% from 637); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADDD6 is #352229. Grayscale: #D6D6D6. Windows color (decimal): -3482154 or 14081482. OLE color: 14081482.
HSL color Cylindrical-coordinate representation of color #CADDD6: hue angle of 157.89º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CADDD6 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 221 | 214 | - |
CMYK | 0.09 | 0 | 0.03 | 0.13 |
HSL | 157.89º | 0.22% | 0.83% | - |
HSV(B) | 157.89º | 0.09% | 0.87% | - |
XYZ | 62.35 | 69.12 | 73.67 | - |
YUV | 214.52 | 127.71 | 119.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 221 | 214 | 0.09 | 0 | 0.03 | 0.13 | 157.89 | 0.22 | 0.83 |
Hex | CA | DD | D6 | 9 | 0 | 3 | D | 9E | 16 | 53 |
Octal | 312 | 335 | 326 | 11 | 0 | 3 | 15 | 236 | 26 | 123 |
Binary | 11001010 | 11011101 | 11010110 | 1001 | 0 | 11 | 1101 | 10011110 | 10110 | 1010011 |
Color Harmonies of #CADDD6
Complementary color
Monochromatic Colors of #CADDD6
Black with #CADDD6
Text Example
Text Example
White with #CADDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADDD6; }
p { color: rgb(202,221,214); }
H1.HeaderClassName
{
color: #CADDD6;
}
.AnyTagClassName
{
color: #CADDD6;
}
</style>
background-color css
<style>
a { background-color: #CADDD6; }
a { background-color: rgb(202,221,214); }
div.DivClassName
{
background-color: #CADDD6;
}
.BgClassName
{
background-color: #CADDD6;
}
</style>
border-color css
<style>
span { border-color: #CADDD6; }
span { border-color: rgb(202,221,214); }
td.TdClassName
{
border-color: #CADDD6;
}
.TagClassName
{
border-color: #CADDD6;
}
</style>