Html Css Color HEX #D9D4EC Quartz

📋 copy color: '#D9D4EC'

red 217 ◦ green 212 ◦ blue 236

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

Shades of Quartz #D9D4EC

Tints of Quartz #D9D4EC

RGB

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

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

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

R = 32.63%
G = 31.88%
B = 35.49%

CMYK

 C value IS 0.08

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D9D4EC (or 0xD9D4EC) is known color: Quartz. HEX triplet: D9, D4 and EC. RGB value is (217,212,236). Sum of RGB (Red+Green+Blue) = 217+212+236=665 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.63% from 665); Green value is 212 (83.20% from 255 or 31.88% from 665); Blue value is 236 (92.58% from 255 or 35.49% from 665); Max value from RGB is 236 - color contains mainly: blue. Hex color #D9D4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D4EC is #262B13. Grayscale: #D8D8D8. Windows color (decimal): -2501396 or 15520985. OLE color: 15520985.

HSL color Cylindrical-coordinate representation of color #D9D4EC: hue angle of 252.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 #D9D4EC is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 217 212 236 -
CMYK 0.08 0.10 0 0.07
HSL 252.5º 0.39% 0.88% -
HSV(B) 252.5º 0.1% 0.93% -
XYZ 67.3 67.89 88.91 -
YUV 216.23 139.16 128.55 -
System Red Green Blue C M Y K H S L
Decimal 217 212 236 0.08 0.10 0 0.07 252.5 0.39 0.88
Hex D9 D4 EC 8 A 0 7 FD 27 58
Octal 331 324 354 10 12 0 7 375 47 130
Binary 11011001 11010100 11101100 1000 1010 0 111 11111101 100111 1011000

Color Harmonies of #D9D4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D4EC

Black with #D9D4EC

Text Example


Text Example

White with #D9D4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D4EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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