Html Css Color HEX #DAD7ED Quartz

📋 copy color: '#DAD7ED'

red 218 ◦ green 215 ◦ blue 237

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

Shades of Quartz #DAD7ED

Tints of Quartz #DAD7ED

RGB

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

 GREEN value IS 215 (84.38% from 255) = 32.09%

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

R = 32.54%
G = 32.09%
B = 35.37%

CMYK

 C value IS 0.08

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DAD7ED (or 0xDAD7ED) is known color: Quartz. HEX triplet: DA, D7 and ED. RGB value is (218,215,237). Sum of RGB (Red+Green+Blue) = 218+215+237=670 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.54% from 670); Green value is 215 (84.38% from 255 or 32.09% from 670); Blue value is 237 (92.97% from 255 or 35.37% from 670); Max value from RGB is 237 - color contains mainly: blue. Hex color #DAD7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD7ED is #252812. Grayscale: #DADADA. Windows color (decimal): -2435091 or 15587290. OLE color: 15587290.

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

Color convert

RGB 218 215 237 -
CMYK 0.08 0.09 0 0.07
HSL 248.18º 0.38% 0.89% -
HSV(B) 248.18º 0.09% 0.93% -
XYZ 68.5 69.62 89.95 -
YUV 218.41 138.49 127.71 -
System Red Green Blue C M Y K H S L
Decimal 218 215 237 0.08 0.09 0 0.07 248.18 0.38 0.89
Hex DA D7 ED 8 9 0 7 F8 26 59
Octal 332 327 355 10 11 0 7 370 46 131
Binary 11011010 11010111 11101101 1000 1001 0 111 11111000 100110 1011001

Color Harmonies of #DAD7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD7ED

Black with #DAD7ED

Text Example


Text Example

White with #DAD7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD7ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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