Html Css Color HEX #DAD7FF Quartz

📋 copy color: '#DAD7FF'

red 218 ◦ green 215 ◦ blue 255

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

Shades of Quartz #DAD7FF

Tints of Quartz #DAD7FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.06%

R = 31.69%
G = 31.25%
B = 37.06%

CMYK

 C value IS 0.15

 M value IS 0.16

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DAD7FF (or 0xDAD7FF) is known color: Quartz. HEX triplet: DA, D7 and FF. RGB value is (218,215,255). Sum of RGB (Red+Green+Blue) = 218+215+255=688 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.69% from 688); Green value is 215 (84.38% from 255 or 31.25% from 688); Blue value is 255 (100% from 255 or 37.06% from 688); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAD7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD7FF is #252800. Grayscale: #DCDCDC. Windows color (decimal): -2435073 or 16766938. OLE color: 16766938.

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

Color convert

RGB 218 215 255 -
CMYK 0.15 0.16 0 0
HSL 244.5º 1% 0.92% -
HSV(B) 244.5º 0.16% 1% -
XYZ 71.26 70.73 104.5 -
YUV 220.46 147.49 126.25 -
System Red Green Blue C M Y K H S L
Decimal 218 215 255 0.15 0.16 0 0 244.5 1 0.92
Hex DA D7 FF F 10 0 0 F4 64 5C
Octal 332 327 377 17 20 0 0 364 144 134
Binary 11011010 11010111 11111111 1111 10000 0 0 11110100 1100100 1011100

Color Harmonies of #DAD7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD7FF

Black with #DAD7FF

Text Example


Text Example

White with #DAD7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD7FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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