Html Css Color HEX #D8D8EC Quartz

📋 copy color: '#D8D8EC'

red 216 ◦ green 216 ◦ blue 236

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

Shades of Quartz #D8D8EC

Tints of Quartz #D8D8EC

RGB

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

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

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

R = 32.34%
G = 32.34%
B = 35.33%

CMYK

 C value IS 0.08

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D8D8EC (or 0xD8D8EC) is known color: Quartz. HEX triplet: D8, D8 and EC. RGB value is (216,216,236). Sum of RGB (Red+Green+Blue) = 216+216+236=668 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.34% from 668); Green value is 216 (84.77% from 255 or 32.34% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 236 - color contains mainly: blue. Hex color #D8D8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D8EC is #272713. Grayscale: #DADADA. Windows color (decimal): -2565908 or 15522008. OLE color: 15522008.

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

Color convert

RGB 216 216 236 -
CMYK 0.08 0.08 0 0.07
HSL 240º 0.34% 0.89% -
HSV(B) 240º 0.08% 0.93% -
XYZ 68.02 69.77 89.24 -
YUV 218.28 138 126.37 -
System Red Green Blue C M Y K H S L
Decimal 216 216 236 0.08 0.08 0 0.07 240 0.34 0.89
Hex D8 D8 EC 8 8 0 7 F0 22 59
Octal 330 330 354 10 10 0 7 360 42 131
Binary 11011000 11011000 11101100 1000 1000 0 111 11110000 100010 1011001

Color Harmonies of #D8D8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D8EC

Black with #D8D8EC

Text Example


Text Example

White with #D8D8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D8EC; }

 p { color: rgb(216,216,236); }

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

background-color css

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

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

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

border-color css

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

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

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