Shades of Iceberg #CADFD6
Tints of Iceberg #CADFD6
RGB
CMYK
RGB Variations
Color information
#CADFD6 (or 0xCADFD6) is known color: Iceberg. HEX triplet: CA, DF and D6. RGB value is (202,223,214). Sum of RGB (Red+Green+Blue) = 202+223+214=639 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.61% from 639); Green value is 223 (87.5% from 255 or 34.90% from 639); Blue value is 214 (83.98% from 255 or 33.49% from 639); Max value from RGB is 223 - color contains mainly: green. Hex color #CADFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADFD6 is #352029. Grayscale: #D7D7D7. Windows color (decimal): -3481642 or 14081994. OLE color: 14081994.
HSL color Cylindrical-coordinate representation of color #CADFD6: hue angle of 154.29º degrees, saturation: 0.25, 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 #CADFD6 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 223 | 214 | - |
| CMYK | 0.09 | 0 | 0.04 | 0.13 |
| HSL | 154.29º | 0.25% | 0.83% | - |
| HSV(B) | 154.29º | 0.09% | 0.87% | - |
| XYZ | 62.88 | 70.19 | 73.85 | - |
| YUV | 215.7 | 127.04 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 223 | 214 | 0.09 | 0 | 0.04 | 0.13 | 154.29 | 0.25 | 0.83 |
| Hex | CA | DF | D6 | 9 | 0 | 4 | D | 9A | 19 | 53 |
| Octal | 312 | 337 | 326 | 11 | 0 | 4 | 15 | 232 | 31 | 123 |
| Binary | 11001010 | 11011111 | 11010110 | 1001 | 0 | 100 | 1101 | 10011010 | 11001 | 1010011 |
Color Harmonies of #CADFD6
Complementary color
Monochromatic Colors of #CADFD6
Black with #CADFD6
Text Example
Text Example
White with #CADFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADFD6; }
p { color: rgb(202,223,214); }
H1.HeaderClassName
{
color: #CADFD6;
}
.AnyTagClassName
{
color: #CADFD6;
}
</style>
background-color css
<style>
a { background-color: #CADFD6; }
a { background-color: rgb(202,223,214); }
div.DivClassName
{
background-color: #CADFD6;
}
.BgClassName
{
background-color: #CADFD6;
}
</style>
border-color css
<style>
span { border-color: #CADFD6; }
span { border-color: rgb(202,223,214); }
td.TdClassName
{
border-color: #CADFD6;
}
.TagClassName
{
border-color: #CADFD6;
}
</style>