Html Css Color HEX #D7D8EA Quartz

📋 copy color: '#D7D8EA'

red 215 ◦ green 216 ◦ blue 234

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

Shades of Quartz #D7D8EA

Tints of Quartz #D7D8EA

RGB

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

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

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

R = 32.33%
G = 32.48%
B = 35.19%

CMYK

 C value IS 0.08

 M value IS 0.08

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D7D8EA (or 0xD7D8EA) is known color: Quartz. HEX triplet: D7, D8 and EA. RGB value is (215,216,234). Sum of RGB (Red+Green+Blue) = 215+216+234=665 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.33% from 665); Green value is 216 (84.77% from 255 or 32.48% from 665); Blue value is 234 (91.80% from 255 or 35.19% from 665); Max value from RGB is 234 - color contains mainly: blue. Hex color #D7D8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D8EA is #282715. Grayscale: #D9D9D9. Windows color (decimal): -2631446 or 15390935. OLE color: 15390935.

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

Color convert

RGB 215 216 234 -
CMYK 0.08 0.08 0 0.08
HSL 236.84º 0.31% 0.88% -
HSV(B) 236.84º 0.08% 0.92% -
XYZ 67.43 69.5 87.7 -
YUV 217.75 137.17 126.04 -
System Red Green Blue C M Y K H S L
Decimal 215 216 234 0.08 0.08 0 0.08 236.84 0.31 0.88
Hex D7 D8 EA 8 8 0 8 ED 1F 58
Octal 327 330 352 10 10 0 10 355 37 130
Binary 11010111 11011000 11101010 1000 1000 0 1000 11101101 11111 1011000

Color Harmonies of #D7D8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D8EA

Black with #D7D8EA

Text Example


Text Example

White with #D7D8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D8EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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