Shades of Aqua Squeeze #DADCDA
Tints of Aqua Squeeze #DADCDA
RGB
CMYK
RGB Variations
Color information
#DADCDA (or 0xDADCDA) is known color: Aqua Squeeze. HEX triplet: DA, DC and DA. RGB value is (218,220,218). Sum of RGB (Red+Green+Blue) = 218+220+218=656 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.23% from 656); Green value is 220 (86.33% from 255 or 33.54% from 656); Blue value is 218 (85.55% from 255 or 33.23% from 656); Max value from RGB is 220 - color contains mainly: green. Hex color #DADCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADCDA is #252325. Grayscale: #DBDBDB. Windows color (decimal): -2433830 or 14343386. OLE color: 14343386.
HSL color Cylindrical-coordinate representation of color #DADCDA: hue angle of 120º degrees, saturation: 0.03, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DADCDA is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
RGB | 218 | 220 | 218 | - |
CMYK | 0.01 | 0 | 0.01 | 0.14 |
HSL | 120º | 0.03% | 0.86% | - |
HSV(B) | 120º | 0.01% | 0.86% | - |
XYZ | 67.16 | 71.15 | 76.52 | - |
YUV | 219.17 | 127.34 | 127.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 220 | 218 | 0.01 | 0 | 0.01 | 0.14 | 120 | 0.03 | 0.86 |
Hex | DA | DC | DA | 1 | 0 | 1 | E | 78 | 3 | 56 |
Octal | 332 | 334 | 332 | 1 | 0 | 1 | 16 | 170 | 3 | 126 |
Binary | 11011010 | 11011100 | 11011010 | 1 | 0 | 1 | 1110 | 1111000 | 11 | 1010110 |
Color Harmonies of #DADCDA
Complementary color
Monochromatic Colors of #DADCDA
Black with #DADCDA
Text Example
Text Example
White with #DADCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADCDA; }
p { color: rgb(218,220,218); }
H1.HeaderClassName
{
color: #DADCDA;
}
.AnyTagClassName
{
color: #DADCDA;
}
</style>
background-color css
<style>
a { background-color: #DADCDA; }
a { background-color: rgb(218,220,218); }
div.DivClassName
{
background-color: #DADCDA;
}
.BgClassName
{
background-color: #DADCDA;
}
</style>
border-color css
<style>
span { border-color: #DADCDA; }
span { border-color: rgb(218,220,218); }
td.TdClassName
{
border-color: #DADCDA;
}
.TagClassName
{
border-color: #DADCDA;
}
</style>