Shades of Iceberg #CADAD6
Tints of Iceberg #CADAD6
RGB
CMYK
RGB Variations
Color information
#CADAD6 (or 0xCADAD6) is known color: Iceberg. HEX triplet: CA, DA and D6. RGB value is (202,218,214). Sum of RGB (Red+Green+Blue) = 202+218+214=634 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.86% from 634); Green value is 218 (85.55% from 255 or 34.38% from 634); Blue value is 214 (83.98% from 255 or 33.75% from 634); Max value from RGB is 218 - color contains mainly: green. Hex color #CADAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADAD6 is #352529. Grayscale: #D4D4D4. Windows color (decimal): -3482922 or 14080714. OLE color: 14080714.
HSL color Cylindrical-coordinate representation of color #CADAD6: hue angle of 165º degrees, saturation: 0.18, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CADAD6 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
RGB | 202 | 218 | 214 | - |
CMYK | 0.07 | 0 | 0.02 | 0.15 |
HSL | 165º | 0.18% | 0.82% | - |
HSV(B) | 165º | 0.07% | 0.85% | - |
XYZ | 61.57 | 67.55 | 73.41 | - |
YUV | 212.76 | 128.7 | 120.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 218 | 214 | 0.07 | 0 | 0.02 | 0.15 | 165 | 0.18 | 0.82 |
Hex | CA | DA | D6 | 7 | 0 | 2 | F | A5 | 12 | 52 |
Octal | 312 | 332 | 326 | 7 | 0 | 2 | 17 | 245 | 22 | 122 |
Binary | 11001010 | 11011010 | 11010110 | 111 | 0 | 10 | 1111 | 10100101 | 10010 | 1010010 |
Color Harmonies of #CADAD6
Complementary color
Monochromatic Colors of #CADAD6
Black with #CADAD6
Text Example
Text Example
White with #CADAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADAD6; }
p { color: rgb(202,218,214); }
H1.HeaderClassName
{
color: #CADAD6;
}
.AnyTagClassName
{
color: #CADAD6;
}
</style>
background-color css
<style>
a { background-color: #CADAD6; }
a { background-color: rgb(202,218,214); }
div.DivClassName
{
background-color: #CADAD6;
}
.BgClassName
{
background-color: #CADAD6;
}
</style>
border-color css
<style>
span { border-color: #CADAD6; }
span { border-color: rgb(202,218,214); }
td.TdClassName
{
border-color: #CADAD6;
}
.TagClassName
{
border-color: #CADAD6;
}
</style>