#D8DAEB

Color #D8DAEB Quartz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Quartz #D8DAEB

Tints of Quartz #D8DAEB

Color information

#D8DAEB (or 0xD8DAEB) is unknown color: approx Quartz. HEX triplet: D8, DA and EB. RGB value is (216,218,235). Sum of RGB (Red+Green+Blue) = 216+218+235=669 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.29% from 669); Green value is 218 (85.55% from 255 or 32.59% from 669); Blue value is 235 (92.19% from 255 or 35.13% from 669); Max value from RGB is 235 - color contains mainly: blue. Hex color #D8DAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DAEB is #272514. Grayscale: #DBDBDB. Windows color (decimal): -2565397 or 15456984. OLE color: 15456984.

HSL color Cylindrical-coordinate representation of color #D8DAEB: hue angle of 233.68º degrees, saturation: 0.32, 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 #D8DAEB is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB216218235-
CMYK0.080.0700.08
HSL233.68º32.2%88.43%-
HSV(B)233.68º8.09%92.16%-
XYZ68.3970.7488.65-
YUV219.34136.84125.62-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.29%
GREEN value IS 218 (85.55% from 255) = 32.59%
BLUE value IS 235 (92.19% from 255) = 35.13%
R=32.29%
G=32.59%
B=35.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2162182350.080.0700.08233.6832.288.43
HexD8DAEB8708ea2058
Octal33033235310701035240130
Binary110110001101101011101011100011101000111010101000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DAEB; }

 p { color: rgb(216,218,235); }

 H1.HeaderClassName
 {
   color: #D8DAEB;
 }
 .AnyTagClassName
 {
   color: #D8DAEB;
 }
</style>
background-color css

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

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

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

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

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

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