Html Css Color HEX #DFDAED Quartz

📋 copy color: '#DFDAED'

red 223 ◦ green 218 ◦ blue 237

#DFDAED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Quartz #DFDAED

Tints of Quartz #DFDAED

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 value IS 0.06

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DFDAED (or 0xDFDAED) is known color: 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

RGB 223 218 237 -
CMYK 0.06 0.08 0 0.07
HSL 255.79º 0.35% 0.89% -
HSV(B) 255.79º 0.08% 0.93% -
XYZ 70.79 71.95 90.28 -
YUV 221.66 136.66 128.96 -
System Red Green Blue C M Y K H S L
Decimal 223 218 237 0.06 0.08 0 0.07 255.79 0.35 0.89
Hex DF DA ED 6 8 0 7 100 23 59
Octal 337 332 355 6 10 0 7 400 43 131
Binary 11011111 11011010 11101101 110 1000 0 111 100000000 100011 1011001

Color Harmonies of #DFDAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDAED

Black with #DFDAED

Text Example


Text Example

White with #DFDAED

Text Example


Text Example

HTML Codes & Css Web 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>