Html Css Color HEX #DAD9ED Quartz

📋 copy color: '#DAD9ED'

red 218 ◦ green 217 ◦ blue 237

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

Shades of Quartz #DAD9ED

Tints of Quartz #DAD9ED

RGB

 RED value IS 218 (85.55% from 255) = 32.44%

 GREEN value IS 217 (85.16% from 255) = 32.29%

 BLUE value IS 237 (92.97% from 255) = 35.27%

R = 32.44%
G = 32.29%
B = 35.27%

CMYK

 C value IS 0.08

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DAD9ED (or 0xDAD9ED) is known color: Quartz. HEX triplet: DA, D9 and ED. RGB value is (218,217,237). Sum of RGB (Red+Green+Blue) = 218+217+237=672 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.44% from 672); Green value is 217 (85.16% from 255 or 32.29% from 672); Blue value is 237 (92.97% from 255 or 35.27% from 672); Max value from RGB is 237 - color contains mainly: blue. Hex color #DAD9ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD9ED is #252612. Grayscale: #DBDBDB. Windows color (decimal): -2434579 or 15587802. OLE color: 15587802.

HSL color Cylindrical-coordinate representation of color #DAD9ED: hue angle of 243º degrees, saturation: 0.36, 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 #DAD9ED is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 217 237 -
CMYK 0.08 0.08 0 0.07
HSL 243º 0.36% 0.89% -
HSV(B) 243º 0.08% 0.93% -
XYZ 69.01 70.65 90.12 -
YUV 219.58 137.83 126.87 -
System Red Green Blue C M Y K H S L
Decimal 218 217 237 0.08 0.08 0 0.07 243 0.36 0.89
Hex DA D9 ED 8 8 0 7 F3 24 59
Octal 332 331 355 10 10 0 7 363 44 131
Binary 11011010 11011001 11101101 1000 1000 0 111 11110011 100100 1011001

Color Harmonies of #DAD9ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD9ED

Black with #DAD9ED

Text Example


Text Example

White with #DAD9ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD9ED; }

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

 H1.HeaderClassName
 {
   color: #DAD9ED;
 }
 .AnyTagClassName
 {
   color: #DAD9ED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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