Html Css Color HEX #DAD5ED Quartz

📋 copy color: '#DAD5ED'

red 218 ◦ green 213 ◦ blue 237

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

Shades of Quartz #DAD5ED

Tints of Quartz #DAD5ED

RGB

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

 GREEN value IS 213 (83.59% from 255) = 31.89%

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

R = 32.63%
G = 31.89%
B = 35.48%

CMYK

 C value IS 0.08

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DAD5ED (or 0xDAD5ED) is known color: Quartz. HEX triplet: DA, D5 and ED. RGB value is (218,213,237). Sum of RGB (Red+Green+Blue) = 218+213+237=668 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.63% from 668); Green value is 213 (83.59% from 255 or 31.89% from 668); Blue value is 237 (92.97% from 255 or 35.48% from 668); Max value from RGB is 237 - color contains mainly: blue. Hex color #DAD5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD5ED is #252A12. Grayscale: #D9D9D9. Windows color (decimal): -2435603 or 15586778. OLE color: 15586778.

HSL color Cylindrical-coordinate representation of color #DAD5ED: hue angle of 252.5º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAD5ED is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 213 237 -
CMYK 0.08 0.10 0 0.07
HSL 252.5º 0.4% 0.88% -
HSV(B) 252.5º 0.1% 0.93% -
XYZ 67.99 68.61 89.78 -
YUV 217.23 139.16 128.55 -
System Red Green Blue C M Y K H S L
Decimal 218 213 237 0.08 0.10 0 0.07 252.5 0.4 0.88
Hex DA D5 ED 8 A 0 7 FD 28 58
Octal 332 325 355 10 12 0 7 375 50 130
Binary 11011010 11010101 11101101 1000 1010 0 111 11111101 101000 1011000

Color Harmonies of #DAD5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD5ED

Black with #DAD5ED

Text Example


Text Example

White with #DAD5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD5ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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