Shades of Iceberg #CADED4
Tints of Iceberg #CADED4
RGB
CMYK
RGB Variations
Color information
#CADED4 (or 0xCADED4) is known color: Iceberg. HEX triplet: CA, DE and D4. RGB value is (202,222,212). Sum of RGB (Red+Green+Blue) = 202+222+212=636 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.76% from 636); Green value is 222 (87.11% from 255 or 34.91% from 636); Blue value is 212 (83.20% from 255 or 33.33% from 636); Max value from RGB is 222 - color contains mainly: green. Hex color #CADED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADED4 is #35212B. Grayscale: #D6D6D6. Windows color (decimal): -3481900 or 13950666. OLE color: 13950666.
HSL color Cylindrical-coordinate representation of color #CADED4: hue angle of 150º degrees, saturation: 0.23, 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 #CADED4 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 222 | 212 | - |
CMYK | 0.09 | 0 | 0.05 | 0.13 |
HSL | 150º | 0.23% | 0.83% | - |
HSV(B) | 150º | 0.09% | 0.87% | - |
XYZ | 62.36 | 69.55 | 72.43 | - |
YUV | 214.88 | 126.37 | 118.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 222 | 212 | 0.09 | 0 | 0.05 | 0.13 | 150 | 0.23 | 0.83 |
Hex | CA | DE | D4 | 9 | 0 | 5 | D | 96 | 17 | 53 |
Octal | 312 | 336 | 324 | 11 | 0 | 5 | 15 | 226 | 27 | 123 |
Binary | 11001010 | 11011110 | 11010100 | 1001 | 0 | 101 | 1101 | 10010110 | 10111 | 1010011 |
Color Harmonies of #CADED4
Complementary color
Monochromatic Colors of #CADED4
Black with #CADED4
Text Example
Text Example
White with #CADED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADED4; }
p { color: rgb(202,222,212); }
H1.HeaderClassName
{
color: #CADED4;
}
.AnyTagClassName
{
color: #CADED4;
}
</style>
background-color css
<style>
a { background-color: #CADED4; }
a { background-color: rgb(202,222,212); }
div.DivClassName
{
background-color: #CADED4;
}
.BgClassName
{
background-color: #CADED4;
}
</style>
border-color css
<style>
span { border-color: #CADED4; }
span { border-color: rgb(202,222,212); }
td.TdClassName
{
border-color: #CADED4;
}
.TagClassName
{
border-color: #CADED4;
}
</style>