Shades of Iceberg #CADDD7
Tints of Iceberg #CADDD7
RGB
CMYK
RGB Variations
Color information
#CADDD7 (or 0xCADDD7) is known color: Iceberg. HEX triplet: CA, DD and D7. RGB value is (202,221,215). Sum of RGB (Red+Green+Blue) = 202+221+215=638 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.66% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 215 (84.38% from 255 or 33.70% from 638); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADDD7 is #352228. Grayscale: #D6D6D6. Windows color (decimal): -3482153 or 14147018. OLE color: 14147018.
HSL color Cylindrical-coordinate representation of color #CADDD7: hue angle of 161.05º 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 #CADDD7 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 221 | 215 | - |
CMYK | 0.09 | 0 | 0.03 | 0.13 |
HSL | 161.05º | 0.22% | 0.83% | - |
HSV(B) | 161.05º | 0.09% | 0.87% | - |
XYZ | 62.48 | 69.18 | 74.35 | - |
YUV | 214.64 | 128.21 | 118.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 221 | 215 | 0.09 | 0 | 0.03 | 0.13 | 161.05 | 0.22 | 0.83 |
Hex | CA | DD | D7 | 9 | 0 | 3 | D | A1 | 16 | 53 |
Octal | 312 | 335 | 327 | 11 | 0 | 3 | 15 | 241 | 26 | 123 |
Binary | 11001010 | 11011101 | 11010111 | 1001 | 0 | 11 | 1101 | 10100001 | 10110 | 1010011 |
Color Harmonies of #CADDD7
Complementary color
Monochromatic Colors of #CADDD7
Black with #CADDD7
Text Example
Text Example
White with #CADDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADDD7; }
p { color: rgb(202,221,215); }
H1.HeaderClassName
{
color: #CADDD7;
}
.AnyTagClassName
{
color: #CADDD7;
}
</style>
background-color css
<style>
a { background-color: #CADDD7; }
a { background-color: rgb(202,221,215); }
div.DivClassName
{
background-color: #CADDD7;
}
.BgClassName
{
background-color: #CADDD7;
}
</style>
border-color css
<style>
span { border-color: #CADDD7; }
span { border-color: rgb(202,221,215); }
td.TdClassName
{
border-color: #CADDD7;
}
.TagClassName
{
border-color: #CADDD7;
}
</style>