Shades of Iceberg #CADCD4
Tints of Iceberg #CADCD4
RGB
CMYK
RGB Variations
Color information
#CADCD4 (or 0xCADCD4) is known color: Iceberg. HEX triplet: CA, DC and D4. RGB value is (202,220,212). Sum of RGB (Red+Green+Blue) = 202+220+212=634 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.86% from 634); Green value is 220 (86.33% from 255 or 34.70% from 634); Blue value is 212 (83.20% from 255 or 33.44% from 634); Max value from RGB is 220 - color contains mainly: green. Hex color #CADCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADCD4 is #35232B. Grayscale: #D5D5D5. Windows color (decimal): -3482412 or 13950154. OLE color: 13950154.
HSL color Cylindrical-coordinate representation of color #CADCD4: hue angle of 153.33º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CADCD4 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
RGB | 202 | 220 | 212 | - |
CMYK | 0.08 | 0 | 0.04 | 0.14 |
HSL | 153.33º | 0.2% | 0.83% | - |
HSV(B) | 153.33º | 0.08% | 0.86% | - |
XYZ | 61.83 | 68.5 | 72.25 | - |
YUV | 213.71 | 127.04 | 119.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 220 | 212 | 0.08 | 0 | 0.04 | 0.14 | 153.33 | 0.2 | 0.83 |
Hex | CA | DC | D4 | 8 | 0 | 4 | E | 99 | 14 | 53 |
Octal | 312 | 334 | 324 | 10 | 0 | 4 | 16 | 231 | 24 | 123 |
Binary | 11001010 | 11011100 | 11010100 | 1000 | 0 | 100 | 1110 | 10011001 | 10100 | 1010011 |
Color Harmonies of #CADCD4
Complementary color
Monochromatic Colors of #CADCD4
Black with #CADCD4
Text Example
Text Example
White with #CADCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADCD4; }
p { color: rgb(202,220,212); }
H1.HeaderClassName
{
color: #CADCD4;
}
.AnyTagClassName
{
color: #CADCD4;
}
</style>
background-color css
<style>
a { background-color: #CADCD4; }
a { background-color: rgb(202,220,212); }
div.DivClassName
{
background-color: #CADCD4;
}
.BgClassName
{
background-color: #CADCD4;
}
</style>
border-color css
<style>
span { border-color: #CADCD4; }
span { border-color: rgb(202,220,212); }
td.TdClassName
{
border-color: #CADCD4;
}
.TagClassName
{
border-color: #CADCD4;
}
</style>