Html Css Color HEX #D9D8EE Quartz

📋 copy color: '#D9D8EE'

red 217 ◦ green 216 ◦ blue 238

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

Shades of Quartz #D9D8EE

Tints of Quartz #D9D8EE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 32.19%

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

R = 32.34%
G = 32.19%
B = 35.47%

CMYK

 C value IS 0.09

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D9D8EE (or 0xD9D8EE) is known color: Quartz. HEX triplet: D9, D8 and EE. RGB value is (217,216,238). Sum of RGB (Red+Green+Blue) = 217+216+238=671 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.34% from 671); Green value is 216 (84.77% from 255 or 32.19% from 671); Blue value is 238 (93.36% from 255 or 35.47% from 671); Max value from RGB is 238 - color contains mainly: blue. Hex color #D9D8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D8EE is #262711. Grayscale: #DADADA. Windows color (decimal): -2500370 or 15653081. OLE color: 15653081.

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

Color convert

RGB 217 216 238 -
CMYK 0.09 0.09 0 0.07
HSL 242.73º 0.39% 0.89% -
HSV(B) 242.73º 0.09% 0.93% -
XYZ 68.6 70.04 90.79 -
YUV 218.81 138.83 126.71 -
System Red Green Blue C M Y K H S L
Decimal 217 216 238 0.09 0.09 0 0.07 242.73 0.39 0.89
Hex D9 D8 EE 9 9 0 7 F3 27 59
Octal 331 330 356 11 11 0 7 363 47 131
Binary 11011001 11011000 11101110 1001 1001 0 111 11110011 100111 1011001

Color Harmonies of #D9D8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D8EE

Black with #D9D8EE

Text Example


Text Example

White with #D9D8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D8EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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