Shades of Iceberg #CADFD5
Tints of Iceberg #CADFD5
RGB
CMYK
RGB Variations
Color information
#CADFD5 (or 0xCADFD5) is known color: Iceberg. HEX triplet: CA, DF and D5. RGB value is (202,223,213). Sum of RGB (Red+Green+Blue) = 202+223+213=638 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.66% from 638); Green value is 223 (87.5% from 255 or 34.95% from 638); Blue value is 213 (83.59% from 255 or 33.39% from 638); Max value from RGB is 223 - color contains mainly: green. Hex color #CADFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADFD5 is #35202A. Grayscale: #D7D7D7. Windows color (decimal): -3481643 or 14016458. OLE color: 14016458.
HSL color Cylindrical-coordinate representation of color #CADFD5: hue angle of 151.43º 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 #CADFD5 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 223 | 213 | - |
CMYK | 0.09 | 0 | 0.04 | 0.13 |
HSL | 151.43º | 0.25% | 0.83% | - |
HSV(B) | 151.43º | 0.09% | 0.87% | - |
XYZ | 62.76 | 70.14 | 73.18 | - |
YUV | 215.58 | 126.54 | 118.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 223 | 213 | 0.09 | 0 | 0.04 | 0.13 | 151.43 | 0.25 | 0.83 |
Hex | CA | DF | D5 | 9 | 0 | 4 | D | 97 | 19 | 53 |
Octal | 312 | 337 | 325 | 11 | 0 | 4 | 15 | 227 | 31 | 123 |
Binary | 11001010 | 11011111 | 11010101 | 1001 | 0 | 100 | 1101 | 10010111 | 11001 | 1010011 |
Color Harmonies of #CADFD5
Complementary color
Monochromatic Colors of #CADFD5
Black with #CADFD5
Text Example
Text Example
White with #CADFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADFD5; }
p { color: rgb(202,223,213); }
H1.HeaderClassName
{
color: #CADFD5;
}
.AnyTagClassName
{
color: #CADFD5;
}
</style>
background-color css
<style>
a { background-color: #CADFD5; }
a { background-color: rgb(202,223,213); }
div.DivClassName
{
background-color: #CADFD5;
}
.BgClassName
{
background-color: #CADFD5;
}
</style>
border-color css
<style>
span { border-color: #CADFD5; }
span { border-color: rgb(202,223,213); }
td.TdClassName
{
border-color: #CADFD5;
}
.TagClassName
{
border-color: #CADFD5;
}
</style>