#D9DAFF

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

Shades of Quartz #D9DAFF

Tints of Quartz #D9DAFF

Color information

#D9DAFF (or 0xD9DAFF) is unknown color: approx Quartz. HEX triplet: D9, DA and FF. RGB value is (217,218,255). Sum of RGB (Red+Green+Blue) = 217+218+255=690 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.45% from 690); Green value is 218 (85.55% from 255 or 31.59% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9DAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DAFF is #262500. Grayscale: #DDDDDD. Windows color (decimal): -2499841 or 16767705. OLE color: 16767705.

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

Color convert

RGB217218255-
CMYK0.150.1500
HSL238.42º100%92.55%-
HSV(B)238.42º14.9%100%-
XYZ71.7472.11104.75-
YUV221.92146.67124.49-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.45%
GREEN value IS 218 (85.55% from 255) = 31.59%
BLUE value IS 255 (100% from 255) = 36.96%
R=31.45%
G=31.59%
B=36.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2172182550.150.1500238.4210092.55
HexD9DAFFFF00ee645d
Octal331332377171700356144135
Binary11011001110110101111111111111111001110111011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DAFF; }

 p { color: rgb(217,218,255); }

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

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

 a { background-color: rgb(217,218,255); }

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

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

 span { border-color: rgb(217,218,255); }

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