Html Css Color HEX #D7D4EC Quartz

📋 copy color: '#D7D4EC'

red 215 ◦ green 212 ◦ blue 236

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

Shades of Quartz #D7D4EC

Tints of Quartz #D7D4EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 35.6%

R = 32.43%
G = 31.98%
B = 35.6%

CMYK

 C value IS 0.09

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D7D4EC (or 0xD7D4EC) is known color: Quartz. HEX triplet: D7, D4 and EC. RGB value is (215,212,236). Sum of RGB (Red+Green+Blue) = 215+212+236=663 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.43% from 663); Green value is 212 (83.20% from 255 or 31.98% from 663); Blue value is 236 (92.58% from 255 or 35.60% from 663); Max value from RGB is 236 - color contains mainly: blue. Hex color #D7D4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D4EC is #282B13. Grayscale: #D7D7D7. Windows color (decimal): -2632468 or 15520983. OLE color: 15520983.

HSL color Cylindrical-coordinate representation of color #D7D4EC: hue angle of 247.5º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D7D4EC is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 215 212 236 -
CMYK 0.09 0.10 0 0.07
HSL 247.5º 0.39% 0.88% -
HSV(B) 247.5º 0.1% 0.93% -
XYZ 66.71 67.59 88.89 -
YUV 215.63 139.49 127.55 -
System Red Green Blue C M Y K H S L
Decimal 215 212 236 0.09 0.10 0 0.07 247.5 0.39 0.88
Hex D7 D4 EC 9 A 0 7 F8 27 58
Octal 327 324 354 11 12 0 7 370 47 130
Binary 11010111 11010100 11101100 1001 1010 0 111 11111000 100111 1011000

Color Harmonies of #D7D4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D4EC

Black with #D7D4EC

Text Example


Text Example

White with #D7D4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D4EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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