Html Css Color HEX #D8D4EA Quartz

📋 copy color: '#D8D4EA'

red 216 ◦ green 212 ◦ blue 234

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

Shades of Quartz #D8D4EA

Tints of Quartz #D8D4EA

RGB

 RED value IS 216 (84.77% from 255) = 32.63%

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

 BLUE value IS 234 (91.8% from 255) = 35.35%

R = 32.63%
G = 32.02%
B = 35.35%

CMYK

 C value IS 0.08

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D8D4EA (or 0xD8D4EA) is known color: Quartz. HEX triplet: D8, D4 and EA. RGB value is (216,212,234). Sum of RGB (Red+Green+Blue) = 216+212+234=662 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.63% from 662); Green value is 212 (83.20% from 255 or 32.02% from 662); Blue value is 234 (91.80% from 255 or 35.35% from 662); Max value from RGB is 234 - color contains mainly: blue. Hex color #D8D4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D4EA is #272B15. Grayscale: #D7D7D7. Windows color (decimal): -2566934 or 15389912. OLE color: 15389912.

HSL color Cylindrical-coordinate representation of color #D8D4EA: hue angle of 250.91º degrees, saturation: 0.34, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D8D4EA is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 216 212 234 -
CMYK 0.08 0.09 0 0.08
HSL 250.91º 0.34% 0.87% -
HSV(B) 250.91º 0.09% 0.92% -
XYZ 66.71 67.63 87.38 -
YUV 215.7 138.33 128.21 -
System Red Green Blue C M Y K H S L
Decimal 216 212 234 0.08 0.09 0 0.08 250.91 0.34 0.87
Hex D8 D4 EA 8 9 0 8 FB 22 57
Octal 330 324 352 10 11 0 10 373 42 127
Binary 11011000 11010100 11101010 1000 1001 0 1000 11111011 100010 1010111

Color Harmonies of #D8D4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D4EA

Black with #D8D4EA

Text Example


Text Example

White with #D8D4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D4EA; }

 p { color: rgb(216,212,234); }

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

background-color css

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

 a { background-color: rgb(216,212,234); }

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

border-color css

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

 span { border-color: rgb(216,212,234); }

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