Html Css Color HEX #DAD5FD Quartz

📋 copy color: '#DAD5FD'

red 218 ◦ green 213 ◦ blue 253

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

Shades of Quartz #DAD5FD

Tints of Quartz #DAD5FD

RGB

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

 GREEN value IS 213 (83.59% from 255) = 31.14%

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

R = 31.87%
G = 31.14%
B = 36.99%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DAD5FD (or 0xDAD5FD) is known color: Quartz. HEX triplet: DA, D5 and FD. RGB value is (218,213,253). Sum of RGB (Red+Green+Blue) = 218+213+253=684 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.87% from 684); Green value is 213 (83.59% from 255 or 31.14% from 684); Blue value is 253 (99.22% from 255 or 36.99% from 684); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAD5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD5FD is #252A02. Grayscale: #DADADA. Windows color (decimal): -2435587 or 16635354. OLE color: 16635354.

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

Color convert

RGB 218 213 253 -
CMYK 0.14 0.16 0 0.01
HSL 247.5º 0.91% 0.91% -
HSV(B) 247.5º 0.16% 0.99% -
XYZ 70.44 69.59 102.65 -
YUV 219.06 147.16 127.25 -
System Red Green Blue C M Y K H S L
Decimal 218 213 253 0.14 0.16 0 0.01 247.5 0.91 0.91
Hex DA D5 FD E 10 0 1 F8 5B 5B
Octal 332 325 375 16 20 0 1 370 133 133
Binary 11011010 11010101 11111101 1110 10000 0 1 11111000 1011011 1011011

Color Harmonies of #DAD5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD5FD

Black with #DAD5FD

Text Example


Text Example

White with #DAD5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD5FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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