Shades of Iceberg #CADED5
Tints of Iceberg #CADED5
RGB
CMYK
RGB Variations
Color information
#CADED5 (or 0xCADED5) is known color: Iceberg. HEX triplet: CA, DE and D5. RGB value is (202,222,213). Sum of RGB (Red+Green+Blue) = 202+222+213=637 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.71% from 637); Green value is 222 (87.11% from 255 or 34.85% from 637); Blue value is 213 (83.59% from 255 or 33.44% from 637); Max value from RGB is 222 - color contains mainly: green. Hex color #CADED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADED5 is #35212A. Grayscale: #D7D7D7. Windows color (decimal): -3481899 or 14016202. OLE color: 14016202.
HSL color Cylindrical-coordinate representation of color #CADED5: hue angle of 153º 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 #CADED5 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 222 | 213 | - |
CMYK | 0.09 | 0 | 0.04 | 0.13 |
HSL | 153º | 0.23% | 0.83% | - |
HSV(B) | 153º | 0.09% | 0.87% | - |
XYZ | 62.49 | 69.6 | 73.09 | - |
YUV | 214.99 | 126.87 | 118.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 222 | 213 | 0.09 | 0 | 0.04 | 0.13 | 153 | 0.23 | 0.83 |
Hex | CA | DE | D5 | 9 | 0 | 4 | D | 99 | 17 | 53 |
Octal | 312 | 336 | 325 | 11 | 0 | 4 | 15 | 231 | 27 | 123 |
Binary | 11001010 | 11011110 | 11010101 | 1001 | 0 | 100 | 1101 | 10011001 | 10111 | 1010011 |
Color Harmonies of #CADED5
Complementary color
Monochromatic Colors of #CADED5
Black with #CADED5
Text Example
Text Example
White with #CADED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADED5; }
p { color: rgb(202,222,213); }
H1.HeaderClassName
{
color: #CADED5;
}
.AnyTagClassName
{
color: #CADED5;
}
</style>
background-color css
<style>
a { background-color: #CADED5; }
a { background-color: rgb(202,222,213); }
div.DivClassName
{
background-color: #CADED5;
}
.BgClassName
{
background-color: #CADED5;
}
</style>
border-color css
<style>
span { border-color: #CADED5; }
span { border-color: rgb(202,222,213); }
td.TdClassName
{
border-color: #CADED5;
}
.TagClassName
{
border-color: #CADED5;
}
</style>