Html Css Color HEX #D8D4EE Quartz

📋 copy color: '#D8D4EE'

red 216 ◦ green 212 ◦ blue 238

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

Shades of Quartz #D8D4EE

Tints of Quartz #D8D4EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 35.74%

R = 32.43%
G = 31.83%
B = 35.74%

CMYK

 C value IS 0.09

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D8D4EE (or 0xD8D4EE) is known color: Quartz. HEX triplet: D8, D4 and EE. RGB value is (216,212,238). Sum of RGB (Red+Green+Blue) = 216+212+238=666 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.43% from 666); Green value is 212 (83.20% from 255 or 31.83% from 666); Blue value is 238 (93.36% from 255 or 35.74% from 666); Max value from RGB is 238 - color contains mainly: blue. Hex color #D8D4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D4EE is #272B11. Grayscale: #D8D8D8. Windows color (decimal): -2566930 or 15652056. OLE color: 15652056.

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

Color convert

RGB 216 212 238 -
CMYK 0.09 0.11 0 0.07
HSL 249.23º 0.43% 0.88% -
HSV(B) 249.23º 0.11% 0.93% -
XYZ 67.3 67.86 90.44 -
YUV 216.16 140.33 127.89 -
System Red Green Blue C M Y K H S L
Decimal 216 212 238 0.09 0.11 0 0.07 249.23 0.43 0.88
Hex D8 D4 EE 9 B 0 7 F9 2B 58
Octal 330 324 356 11 13 0 7 371 53 130
Binary 11011000 11010100 11101110 1001 1011 0 111 11111001 101011 1011000

Color Harmonies of #D8D4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D4EE

Black with #D8D4EE

Text Example


Text Example

White with #D8D4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D4EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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