Shades of Aqua Haze #DADFD6
Tints of Aqua Haze #DADFD6
RGB
CMYK
RGB Variations
Color information
#DADFD6 (or 0xDADFD6) is known color: Aqua Haze. HEX triplet: DA, DF and D6. RGB value is (218,223,214). Sum of RGB (Red+Green+Blue) = 218+223+214=655 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.28% from 655); Green value is 223 (87.5% from 255 or 34.05% from 655); Blue value is 214 (83.98% from 255 or 32.67% from 655); Max value from RGB is 223 - color contains mainly: green. Hex color #DADFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADFD6 is #252029. Grayscale: #DCDCDC. Windows color (decimal): -2433066 or 14082010. OLE color: 14082010.
HSL color Cylindrical-coordinate representation of color #DADFD6: hue angle of 93.33º degrees, saturation: 0.12, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DADFD6 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 218 | 223 | 214 | - |
CMYK | 0.02 | 0 | 0.04 | 0.13 |
HSL | 93.33º | 0.12% | 0.86% | - |
HSV(B) | 93.33º | 0.04% | 0.87% | - |
XYZ | 67.44 | 72.54 | 74.06 | - |
YUV | 220.48 | 124.34 | 126.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 223 | 214 | 0.02 | 0 | 0.04 | 0.13 | 93.33 | 0.12 | 0.86 |
Hex | DA | DF | D6 | 2 | 0 | 4 | D | 5D | C | 56 |
Octal | 332 | 337 | 326 | 2 | 0 | 4 | 15 | 135 | 14 | 126 |
Binary | 11011010 | 11011111 | 11010110 | 10 | 0 | 100 | 1101 | 1011101 | 1100 | 1010110 |
Color Harmonies of #DADFD6
Complementary color
Monochromatic Colors of #DADFD6
Black with #DADFD6
Text Example
Text Example
White with #DADFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADFD6; }
p { color: rgb(218,223,214); }
H1.HeaderClassName
{
color: #DADFD6;
}
.AnyTagClassName
{
color: #DADFD6;
}
</style>
background-color css
<style>
a { background-color: #DADFD6; }
a { background-color: rgb(218,223,214); }
div.DivClassName
{
background-color: #DADFD6;
}
.BgClassName
{
background-color: #DADFD6;
}
</style>
border-color css
<style>
span { border-color: #DADFD6; }
span { border-color: rgb(218,223,214); }
td.TdClassName
{
border-color: #DADFD6;
}
.TagClassName
{
border-color: #DADFD6;
}
</style>