#D8DAF9

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

Shades of Quartz #D8DAF9

Tints of Quartz #D8DAF9

Color information

#D8DAF9 (or 0xD8DAF9) is unknown color: approx Quartz. HEX triplet: D8, DA and F9. RGB value is (216,218,249). Sum of RGB (Red+Green+Blue) = 216+218+249=683 (90% of max value = 765). Red value is 216 (84.77% from 255 or 31.63% from 683); Green value is 218 (85.55% from 255 or 31.92% from 683); Blue value is 249 (97.66% from 255 or 36.46% from 683); Max value from RGB is 249 - color contains mainly: blue. Hex color #D8DAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DAF9 is #272506. Grayscale: #DCDCDC. Windows color (decimal): -2565383 or 16374488. OLE color: 16374488.

HSL color Cylindrical-coordinate representation of color #D8DAF9: hue angle of 236.36º degrees, saturation: 0.73, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D8DAF9 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB216218249-
CMYK0.130.1200.02
HSL236.36º73.33%91.18%-
HSV(B)236.36º13.25%97.65%-
XYZ70.4971.5899.72-
YUV220.94143.84124.48-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.63%
GREEN value IS 218 (85.55% from 255) = 31.92%
BLUE value IS 249 (97.66% from 255) = 36.46%
R=31.63%
G=31.92%
B=36.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2162182490.130.1200.02236.3673.3391.18
HexD8DAF9DC02ec495b
Octal330332371151402354111133
Binary110110001101101011111001110111000101110110010010011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DAF9; }

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

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

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

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

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

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

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

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