Html Css Color HEX #DAD4FD Quartz

📋 copy color: '#DAD4FD'

red 218 ◦ green 212 ◦ blue 253

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

Shades of Quartz #DAD4FD

Tints of Quartz #DAD4FD

RGB

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

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

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

R = 31.92%
G = 31.04%
B = 37.04%

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

#DAD4FD (or 0xDAD4FD) is known color: Quartz. HEX triplet: DA, D4 and FD. RGB value is (218,212,253). Sum of RGB (Red+Green+Blue) = 218+212+253=683 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.92% from 683); Green value is 212 (83.20% from 255 or 31.04% from 683); Blue value is 253 (99.22% from 255 or 37.04% from 683); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAD4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD4FD is #252B02. Grayscale: #DADADA. Windows color (decimal): -2435843 or 16635098. OLE color: 16635098.

HSL color Cylindrical-coordinate representation of color #DAD4FD: hue angle of 248.78º 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 #DAD4FD is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 212 253 -
CMYK 0.14 0.16 0 0.01
HSL 248.78º 0.91% 0.91% -
HSV(B) 248.78º 0.16% 0.99% -
XYZ 70.19 69.08 102.56 -
YUV 218.47 147.49 127.67 -
System Red Green Blue C M Y K H S L
Decimal 218 212 253 0.14 0.16 0 0.01 248.78 0.91 0.91
Hex DA D4 FD E 10 0 1 F9 5B 5B
Octal 332 324 375 16 20 0 1 371 133 133
Binary 11011010 11010100 11111101 1110 10000 0 1 11111001 1011011 1011011

Color Harmonies of #DAD4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD4FD

Black with #DAD4FD

Text Example


Text Example

White with #DAD4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD4FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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