Html Css Color HEX #DAD7FD Quartz

📋 copy color: '#DAD7FD'

red 218 ◦ green 215 ◦ blue 253

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

Shades of Quartz #DAD7FD

Tints of Quartz #DAD7FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 36.88%

R = 31.78%
G = 31.34%
B = 36.88%

CMYK

 C value IS 0.14

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DAD7FD (or 0xDAD7FD) is known color: Quartz. HEX triplet: DA, D7 and FD. RGB value is (218,215,253). Sum of RGB (Red+Green+Blue) = 218+215+253=686 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.78% from 686); Green value is 215 (84.38% from 255 or 31.34% from 686); Blue value is 253 (99.22% from 255 or 36.88% from 686); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAD7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD7FD is #252802. Grayscale: #DCDCDC. Windows color (decimal): -2435075 or 16635866. OLE color: 16635866.

HSL color Cylindrical-coordinate representation of color #DAD7FD: hue angle of 244.74º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAD7FD is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 215 253 -
CMYK 0.14 0.15 0 0.01
HSL 244.74º 0.9% 0.92% -
HSV(B) 244.74º 0.15% 0.99% -
XYZ 70.94 70.6 102.82 -
YUV 220.23 146.49 126.41 -
System Red Green Blue C M Y K H S L
Decimal 218 215 253 0.14 0.15 0 0.01 244.74 0.9 0.92
Hex DA D7 FD E F 0 1 F5 5A 5C
Octal 332 327 375 16 17 0 1 365 132 134
Binary 11011010 11010111 11111101 1110 1111 0 1 11110101 1011010 1011100

Color Harmonies of #DAD7FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD7FD

Black with #DAD7FD

Text Example


Text Example

White with #DAD7FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD7FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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