Html Css Color HEX #D9D4FD Quartz

📋 copy color: '#D9D4FD'

red 217 ◦ green 212 ◦ blue 253

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

Shades of Quartz #D9D4FD

Tints of Quartz #D9D4FD

RGB

 RED value IS 217 (85.16% from 255) = 31.82%

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

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

R = 31.82%
G = 31.09%
B = 37.1%

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

#D9D4FD (or 0xD9D4FD) is known color: Quartz. HEX triplet: D9, D4 and FD. RGB value is (217,212,253). Sum of RGB (Red+Green+Blue) = 217+212+253=682 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.82% from 682); Green value is 212 (83.20% from 255 or 31.09% from 682); Blue value is 253 (99.22% from 255 or 37.10% from 682); Max value from RGB is 253 - color contains mainly: blue. Hex color #D9D4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D4FD is #262B02. Grayscale: #DADADA. Windows color (decimal): -2501379 or 16635097. OLE color: 16635097.

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

Color convert

RGB 217 212 253 -
CMYK 0.14 0.16 0 0.01
HSL 247.32º 0.91% 0.91% -
HSV(B) 247.32º 0.16% 0.99% -
XYZ 69.89 68.93 102.55 -
YUV 218.17 147.66 127.17 -
System Red Green Blue C M Y K H S L
Decimal 217 212 253 0.14 0.16 0 0.01 247.32 0.91 0.91
Hex D9 D4 FD E 10 0 1 F7 5B 5B
Octal 331 324 375 16 20 0 1 367 133 133
Binary 11011001 11010100 11111101 1110 10000 0 1 11110111 1011011 1011011

Color Harmonies of #D9D4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D4FD

Black with #D9D4FD

Text Example


Text Example

White with #D9D4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D4FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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