#D8DAE9

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

Shades of Quartz #D8DAE9

Tints of Quartz #D8DAE9

Color information

#D8DAE9 (or 0xD8DAE9) is unknown color: approx Quartz. HEX triplet: D8, DA and E9. RGB value is (216,218,233). Sum of RGB (Red+Green+Blue) = 216+218+233=667 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.38% from 667); Green value is 218 (85.55% from 255 or 32.68% from 667); Blue value is 233 (91.41% from 255 or 34.93% from 667); Max value from RGB is 233 - color contains mainly: blue. Hex color #D8DAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DAE9 is #272516. Grayscale: #DBDBDB. Windows color (decimal): -2565399 or 15325912. OLE color: 15325912.

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

Color convert

RGB216218233-
CMYK0.070.0600.09
HSL232.94º27.87%88.04%-
HSV(B)232.94º7.3%91.37%-
XYZ68.170.6287.13-
YUV219.11135.84125.78-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.38%
GREEN value IS 218 (85.55% from 255) = 32.68%
BLUE value IS 233 (91.41% from 255) = 34.93%
R=32.38%
G=32.68%
B=34.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2162182330.070.0600.09232.9427.8788.04
HexD8DAE97609e91c58
Octal3303323517601135134130
Binary1101100011011010111010011111100100111101001111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DAE9; }

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

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

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

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

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

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

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

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