Html Css Color HEX #D7D4FD Quartz

📋 copy color: '#D7D4FD'

red 215 ◦ green 212 ◦ blue 253

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

Shades of Quartz #D7D4FD

Tints of Quartz #D7D4FD

RGB

 RED value IS 215 (84.38% from 255) = 31.62%

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

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

R = 31.62%
G = 31.18%
B = 37.21%

CMYK

 C value IS 0.15

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D7D4FD (or 0xD7D4FD) is known color: Quartz. HEX triplet: D7, D4 and FD. RGB value is (215,212,253). Sum of RGB (Red+Green+Blue) = 215+212+253=680 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.62% from 680); Green value is 212 (83.20% from 255 or 31.18% from 680); Blue value is 253 (99.22% from 255 or 37.21% from 680); Max value from RGB is 253 - color contains mainly: blue. Hex color #D7D4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D4FD is #282B02. Grayscale: #D9D9D9. Windows color (decimal): -2632451 or 16635095. OLE color: 16635095.

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

Color convert

RGB 215 212 253 -
CMYK 0.15 0.16 0 0.01
HSL 244.39º 0.91% 0.91% -
HSV(B) 244.39º 0.16% 0.99% -
XYZ 69.3 68.63 102.52 -
YUV 217.57 147.99 126.17 -
System Red Green Blue C M Y K H S L
Decimal 215 212 253 0.15 0.16 0 0.01 244.39 0.91 0.91
Hex D7 D4 FD F 10 0 1 F4 5B 5B
Octal 327 324 375 17 20 0 1 364 133 133
Binary 11010111 11010100 11111101 1111 10000 0 1 11110100 1011011 1011011

Color Harmonies of #D7D4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D4FD

Black with #D7D4FD

Text Example


Text Example

White with #D7D4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D4FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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