Shades of Iceberg #CADFD8
Tints of Iceberg #CADFD8
RGB
CMYK
RGB Variations
Color information
#CADFD8 (or 0xCADFD8) is known color: Iceberg. HEX triplet: CA, DF and D8. RGB value is (202,223,216). Sum of RGB (Red+Green+Blue) = 202+223+216=641 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.51% from 641); Green value is 223 (87.5% from 255 or 34.79% from 641); Blue value is 216 (84.77% from 255 or 33.70% from 641); Max value from RGB is 223 - color contains mainly: green. Hex color #CADFD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADFD8 is #352027. Grayscale: #D7D7D7. Windows color (decimal): -3481640 or 14213066. OLE color: 14213066.
HSL color Cylindrical-coordinate representation of color #CADFD8: hue angle of 160º 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 #CADFD8 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 223 | 216 | - |
CMYK | 0.09 | 0 | 0.03 | 0.13 |
HSL | 160º | 0.25% | 0.83% | - |
HSV(B) | 160º | 0.09% | 0.87% | - |
XYZ | 63.14 | 70.29 | 75.21 | - |
YUV | 215.92 | 128.04 | 118.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 223 | 216 | 0.09 | 0 | 0.03 | 0.13 | 160 | 0.25 | 0.83 |
Hex | CA | DF | D8 | 9 | 0 | 3 | D | A0 | 19 | 53 |
Octal | 312 | 337 | 330 | 11 | 0 | 3 | 15 | 240 | 31 | 123 |
Binary | 11001010 | 11011111 | 11011000 | 1001 | 0 | 11 | 1101 | 10100000 | 11001 | 1010011 |
Color Harmonies of #CADFD8
Complementary color
Monochromatic Colors of #CADFD8
Black with #CADFD8
Text Example
Text Example
White with #CADFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADFD8; }
p { color: rgb(202,223,216); }
H1.HeaderClassName
{
color: #CADFD8;
}
.AnyTagClassName
{
color: #CADFD8;
}
</style>
background-color css
<style>
a { background-color: #CADFD8; }
a { background-color: rgb(202,223,216); }
div.DivClassName
{
background-color: #CADFD8;
}
.BgClassName
{
background-color: #CADFD8;
}
</style>
border-color css
<style>
span { border-color: #CADFD8; }
span { border-color: rgb(202,223,216); }
td.TdClassName
{
border-color: #CADFD8;
}
.TagClassName
{
border-color: #CADFD8;
}
</style>