Shades of Iceberg #CADDD5
Tints of Iceberg #CADDD5
RGB
CMYK
RGB Variations
Color information
#CADDD5 (or 0xCADDD5) is known color: Iceberg. HEX triplet: CA, DD and D5. RGB value is (202,221,213). Sum of RGB (Red+Green+Blue) = 202+221+213=636 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.76% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 213 (83.59% from 255 or 33.49% from 636); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADDD5 is #35222A. Grayscale: #D6D6D6. Windows color (decimal): -3482155 or 14015946. OLE color: 14015946.
HSL color Cylindrical-coordinate representation of color #CADDD5: hue angle of 154.74º 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 #CADDD5 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 221 | 213 | - |
CMYK | 0.09 | 0 | 0.04 | 0.13 |
HSL | 154.74º | 0.22% | 0.83% | - |
HSV(B) | 154.74º | 0.09% | 0.87% | - |
XYZ | 62.22 | 69.07 | 73 | - |
YUV | 214.41 | 127.21 | 119.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 221 | 213 | 0.09 | 0 | 0.04 | 0.13 | 154.74 | 0.22 | 0.83 |
Hex | CA | DD | D5 | 9 | 0 | 4 | D | 9B | 16 | 53 |
Octal | 312 | 335 | 325 | 11 | 0 | 4 | 15 | 233 | 26 | 123 |
Binary | 11001010 | 11011101 | 11010101 | 1001 | 0 | 100 | 1101 | 10011011 | 10110 | 1010011 |
Color Harmonies of #CADDD5
Complementary color
Monochromatic Colors of #CADDD5
Black with #CADDD5
Text Example
Text Example
White with #CADDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADDD5; }
p { color: rgb(202,221,213); }
H1.HeaderClassName
{
color: #CADDD5;
}
.AnyTagClassName
{
color: #CADDD5;
}
</style>
background-color css
<style>
a { background-color: #CADDD5; }
a { background-color: rgb(202,221,213); }
div.DivClassName
{
background-color: #CADDD5;
}
.BgClassName
{
background-color: #CADDD5;
}
</style>
border-color css
<style>
span { border-color: #CADDD5; }
span { border-color: rgb(202,221,213); }
td.TdClassName
{
border-color: #CADDD5;
}
.TagClassName
{
border-color: #CADDD5;
}
</style>