Shades of Quartz #DADFFE
Tints of Quartz #DADFFE
RGB
CMYK
RGB Variations
Color information
#DADFFE (or 0xDADFFE) is known color: Quartz. HEX triplet: DA, DF and FE. RGB value is (218,223,254). Sum of RGB (Red+Green+Blue) = 218+223+254=695 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.37% from 695); Green value is 223 (87.5% from 255 or 32.09% from 695); Blue value is 254 (99.61% from 255 or 36.55% from 695); Max value from RGB is 254 - color contains mainly: blue. Hex color #DADFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADFFE is #252001. Grayscale: #E0E0E0. Windows color (decimal): -2433026 or 16703450. OLE color: 16703450.
HSL color Cylindrical-coordinate representation of color #DADFFE: hue angle of 231.67º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DADFFE is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 223 | 254 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.00 |
| HSL | 231.67º | 0.95% | 0.93% | - |
| HSV(B) | 231.67º | 0.14% | 1% | - |
| XYZ | 73.19 | 74.84 | 104.35 | - |
| YUV | 225.04 | 144.34 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 223 | 254 | 0.14 | 0.12 | 0 | 0.00 | 231.67 | 0.95 | 0.93 |
| Hex | DA | DF | FE | E | C | 0 | 0 | E8 | 5F | 5D |
| Octal | 332 | 337 | 376 | 16 | 14 | 0 | 0 | 350 | 137 | 135 |
| Binary | 11011010 | 11011111 | 11111110 | 1110 | 1100 | 0 | 0 | 11101000 | 1011111 | 1011101 |
Color Harmonies of #DADFFE
Complementary color
Monochromatic Colors of #DADFFE
Black with #DADFFE
Text Example
Text Example
White with #DADFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADFFE; }
p { color: rgb(218,223,254); }
H1.HeaderClassName
{
color: #DADFFE;
}
.AnyTagClassName
{
color: #DADFFE;
}
</style>
background-color css
<style>
a { background-color: #DADFFE; }
a { background-color: rgb(218,223,254); }
div.DivClassName
{
background-color: #DADFFE;
}
.BgClassName
{
background-color: #DADFFE;
}
</style>
border-color css
<style>
span { border-color: #DADFFE; }
span { border-color: rgb(218,223,254); }
td.TdClassName
{
border-color: #DADFFE;
}
.TagClassName
{
border-color: #DADFFE;
}
</style>