#DFDAED

Color #DFDAED Quartz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Quartz #DFDAED

Tints of Quartz #DFDAED

Color information

#DFDAED (or 0xDFDAED) is unknown color: approx Quartz. HEX triplet: DF, DA and ED. RGB value is (223,218,237). Sum of RGB (Red+Green+Blue) = 223+218+237=678 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.89% from 678); Green value is 218 (85.55% from 255 or 32.15% from 678); Blue value is 237 (92.97% from 255 or 34.96% from 678); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFDAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDAED is #202512. Grayscale: #DDDDDD. Windows color (decimal): -2106643 or 15588063. OLE color: 15588063.

HSL color Cylindrical-coordinate representation of color #DFDAED: hue angle of 255.79º degrees, saturation: 0.35, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFDAED is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB223218237-
CMYK0.060.0800.07
HSL255.79º34.55%89.22%-
HSV(B)255.79º8.02%92.94%-
XYZ70.7971.9590.28-
YUV221.66136.66128.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 32.89%
GREEN value IS 218 (85.55% from 255) = 32.15%
BLUE value IS 237 (92.97% from 255) = 34.96%
R=32.89%
G=32.15%
B=34.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232182370.060.0800.07255.7934.5589.22
HexDFDAED68071002359
Octal3373323556100740043131
Binary110111111101101011101101110100001111000000001000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDAED; }

 p { color: rgb(223,218,237); }

 H1.HeaderClassName
 {
   color: #DFDAED;
 }
 .AnyTagClassName
 {
   color: #DFDAED;
 }
</style>
background-color css

<style>
 a { background-color: #DFDAED; }

 a { background-color: rgb(223,218,237); }

 div.DivClassName
 {
   background-color: #DFDAED;
 }
 .BgClassName
 {
   background-color: #DFDAED;
 }
</style>
border-color css

<style>
 span { border-color: #DFDAED; }

 span { border-color: rgb(223,218,237); }

 td.TdClassName
 {
   border-color: #DFDAED;
 }
 .TagClassName
 {
   border-color: #DFDAED;
 }
</style>