Shades of Iceberg #CADED8
Tints of Iceberg #CADED8
RGB
CMYK
RGB Variations
Color information
#CADED8 (or 0xCADED8) is known color: Iceberg. HEX triplet: CA, DE and D8. RGB value is (202,222,216). Sum of RGB (Red+Green+Blue) = 202+222+216=640 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.56% from 640); Green value is 222 (87.11% from 255 or 34.69% from 640); Blue value is 216 (84.77% from 255 or 33.75% from 640); Max value from RGB is 222 - color contains mainly: green. Hex color #CADED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADED8 is #352127. Grayscale: #D7D7D7. Windows color (decimal): -3481896 or 14212810. OLE color: 14212810.
HSL color Cylindrical-coordinate representation of color #CADED8: hue angle of 162º degrees, saturation: 0.23, 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 #CADED8 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 222 | 216 | - |
| CMYK | 0.09 | 0 | 0.03 | 0.13 |
| HSL | 162º | 0.23% | 0.83% | - |
| HSV(B) | 162º | 0.09% | 0.87% | - |
| XYZ | 62.87 | 69.76 | 75.12 | - |
| YUV | 215.34 | 128.37 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 222 | 216 | 0.09 | 0 | 0.03 | 0.13 | 162 | 0.23 | 0.83 |
| Hex | CA | DE | D8 | 9 | 0 | 3 | D | A2 | 17 | 53 |
| Octal | 312 | 336 | 330 | 11 | 0 | 3 | 15 | 242 | 27 | 123 |
| Binary | 11001010 | 11011110 | 11011000 | 1001 | 0 | 11 | 1101 | 10100010 | 10111 | 1010011 |
Color Harmonies of #CADED8
Complementary color
Monochromatic Colors of #CADED8
Black with #CADED8
Text Example
Text Example
White with #CADED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADED8; }
p { color: rgb(202,222,216); }
H1.HeaderClassName
{
color: #CADED8;
}
.AnyTagClassName
{
color: #CADED8;
}
</style>
background-color css
<style>
a { background-color: #CADED8; }
a { background-color: rgb(202,222,216); }
div.DivClassName
{
background-color: #CADED8;
}
.BgClassName
{
background-color: #CADED8;
}
</style>
border-color css
<style>
span { border-color: #CADED8; }
span { border-color: rgb(202,222,216); }
td.TdClassName
{
border-color: #CADED8;
}
.TagClassName
{
border-color: #CADED8;
}
</style>