Html Css Color HEX #DAD3FE Quartz

📋 copy color: '#DAD3FE'

red 218 ◦ green 211 ◦ blue 254

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

Shades of Quartz #DAD3FE

Tints of Quartz #DAD3FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 37.19%

R = 31.92%
G = 30.89%
B = 37.19%

CMYK

 C value IS 0.14

 M value IS 0.17

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DAD3FE (or 0xDAD3FE) is known color: Quartz. HEX triplet: DA, D3 and FE. RGB value is (218,211,254). Sum of RGB (Red+Green+Blue) = 218+211+254=683 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.92% from 683); Green value is 211 (82.81% from 255 or 30.89% from 683); Blue value is 254 (99.61% from 255 or 37.19% from 683); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAD3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD3FE is #252C01. Grayscale: #D9D9D9. Windows color (decimal): -2436098 or 16700378. OLE color: 16700378.

HSL color Cylindrical-coordinate representation of color #DAD3FE: hue angle of 249.77º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAD3FE is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 218 211 254 -
CMYK 0.14 0.17 0 0.00
HSL 249.77º 0.96% 0.91% -
HSV(B) 249.77º 0.17% 1% -
XYZ 70.1 68.65 103.32 -
YUV 218 148.32 128 -
System Red Green Blue C M Y K H S L
Decimal 218 211 254 0.14 0.17 0 0.00 249.77 0.96 0.91
Hex DA D3 FE E 11 0 0 FA 60 5B
Octal 332 323 376 16 21 0 0 372 140 133
Binary 11011010 11010011 11111110 1110 10001 0 0 11111010 1100000 1011011

Color Harmonies of #DAD3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD3FE

Black with #DAD3FE

Text Example


Text Example

White with #DAD3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD3FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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