Html Css Color HEX #DAD4FA Quartz

📋 copy color: '#DAD4FA'

red 218 ◦ green 212 ◦ blue 250

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

Shades of Quartz #DAD4FA

Tints of Quartz #DAD4FA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 31.18%

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

R = 32.06%
G = 31.18%
B = 36.76%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DAD4FA (or 0xDAD4FA) is known color: Quartz. HEX triplet: DA, D4 and FA. RGB value is (218,212,250). Sum of RGB (Red+Green+Blue) = 218+212+250=680 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.06% from 680); Green value is 212 (83.20% from 255 or 31.18% from 680); Blue value is 250 (98.05% from 255 or 36.76% from 680); Max value from RGB is 250 - color contains mainly: blue. Hex color #DAD4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD4FA is #252B05. Grayscale: #D9D9D9. Windows color (decimal): -2435846 or 16438490. OLE color: 16438490.

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

Color convert

RGB 218 212 250 -
CMYK 0.13 0.15 0 0.02
HSL 249.47º 0.79% 0.91% -
HSV(B) 249.47º 0.15% 0.98% -
XYZ 69.71 68.89 100.07 -
YUV 218.13 145.99 127.91 -
System Red Green Blue C M Y K H S L
Decimal 218 212 250 0.13 0.15 0 0.02 249.47 0.79 0.91
Hex DA D4 FA D F 0 2 F9 4F 5B
Octal 332 324 372 15 17 0 2 371 117 133
Binary 11011010 11010100 11111010 1101 1111 0 10 11111001 1001111 1011011

Color Harmonies of #DAD4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD4FA

Black with #DAD4FA

Text Example


Text Example

White with #DAD4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD4FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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