Shades of Iceberg #CADDD4
Tints of Iceberg #CADDD4
RGB
CMYK
RGB Variations
Color information
#CADDD4 (or 0xCADDD4) is known color: Iceberg. HEX triplet: CA, DD and D4. RGB value is (202,221,212). Sum of RGB (Red+Green+Blue) = 202+221+212=635 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.81% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 212 (83.20% from 255 or 33.39% from 635); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADDD4 is #35222B. Grayscale: #D6D6D6. Windows color (decimal): -3482156 or 13950410. OLE color: 13950410.
HSL color Cylindrical-coordinate representation of color #CADDD4: hue angle of 151.58º 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 #CADDD4 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 221 | 212 | - |
CMYK | 0.09 | 0 | 0.04 | 0.13 |
HSL | 151.58º | 0.22% | 0.83% | - |
HSV(B) | 151.58º | 0.09% | 0.87% | - |
XYZ | 62.1 | 69.02 | 72.34 | - |
YUV | 214.29 | 126.71 | 119.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 221 | 212 | 0.09 | 0 | 0.04 | 0.13 | 151.58 | 0.22 | 0.83 |
Hex | CA | DD | D4 | 9 | 0 | 4 | D | 98 | 16 | 53 |
Octal | 312 | 335 | 324 | 11 | 0 | 4 | 15 | 230 | 26 | 123 |
Binary | 11001010 | 11011101 | 11010100 | 1001 | 0 | 100 | 1101 | 10011000 | 10110 | 1010011 |
Color Harmonies of #CADDD4
Complementary color
Monochromatic Colors of #CADDD4
Black with #CADDD4
Text Example
Text Example
White with #CADDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADDD4; }
p { color: rgb(202,221,212); }
H1.HeaderClassName
{
color: #CADDD4;
}
.AnyTagClassName
{
color: #CADDD4;
}
</style>
background-color css
<style>
a { background-color: #CADDD4; }
a { background-color: rgb(202,221,212); }
div.DivClassName
{
background-color: #CADDD4;
}
.BgClassName
{
background-color: #CADDD4;
}
</style>
border-color css
<style>
span { border-color: #CADDD4; }
span { border-color: rgb(202,221,212); }
td.TdClassName
{
border-color: #CADDD4;
}
.TagClassName
{
border-color: #CADDD4;
}
</style>