Html Css Color HEX #DAD3FA Quartz

📋 copy color: '#DAD3FA'

red 218 ◦ green 211 ◦ blue 250

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

Shades of Quartz #DAD3FA

Tints of Quartz #DAD3FA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 31.08%

 BLUE value IS 250 (98.05% from 255) = 36.82%

R = 32.11%
G = 31.08%
B = 36.82%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DAD3FA (or 0xDAD3FA) is known color: Quartz. HEX triplet: DA, D3 and FA. RGB value is (218,211,250). Sum of RGB (Red+Green+Blue) = 218+211+250=679 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.11% from 679); Green value is 211 (82.81% from 255 or 31.08% from 679); Blue value is 250 (98.05% from 255 or 36.82% from 679); Max value from RGB is 250 - color contains mainly: blue. Hex color #DAD3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD3FA is #252C05. Grayscale: #D9D9D9. Windows color (decimal): -2436102 or 16438234. OLE color: 16438234.

HSL color Cylindrical-coordinate representation of color #DAD3FA: hue angle of 250.77º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAD3FA is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 211 250 -
CMYK 0.13 0.16 0 0.02
HSL 250.77º 0.8% 0.9% -
HSV(B) 250.77º 0.16% 0.98% -
XYZ 69.46 68.4 99.98 -
YUV 217.54 146.32 128.33 -
System Red Green Blue C M Y K H S L
Decimal 218 211 250 0.13 0.16 0 0.02 250.77 0.8 0.9
Hex DA D3 FA D 10 0 2 FB 50 5A
Octal 332 323 372 15 20 0 2 373 120 132
Binary 11011010 11010011 11111010 1101 10000 0 10 11111011 1010000 1011010

Color Harmonies of #DAD3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD3FA

Black with #DAD3FA

Text Example


Text Example

White with #DAD3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD3FA; }

 p { color: rgb(218,211,250); }

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

background-color css

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

 a { background-color: rgb(218,211,250); }

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

border-color css

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

 span { border-color: rgb(218,211,250); }

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