#D9DAFD

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

Shades of Quartz #D9DAFD

Tints of Quartz #D9DAFD

Color information

#D9DAFD (or 0xD9DAFD) is unknown color: approx Quartz. HEX triplet: D9, DA and FD. RGB value is (217,218,253). Sum of RGB (Red+Green+Blue) = 217+218+253=688 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.54% from 688); Green value is 218 (85.55% from 255 or 31.69% from 688); Blue value is 253 (99.22% from 255 or 36.77% from 688); Max value from RGB is 253 - color contains mainly: blue. Hex color #D9DAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DAFD is #262502. Grayscale: #DDDDDD. Windows color (decimal): -2499843 or 16636633. OLE color: 16636633.

HSL color Cylindrical-coordinate representation of color #D9DAFD: hue angle of 238.33º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9DAFD is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB217218253-
CMYK0.140.1400.01
HSL238.33º90%92.16%-
HSV(B)238.33º14.23%99.22%-
XYZ71.4271.99103.06-
YUV221.69145.67124.65-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.54%
GREEN value IS 218 (85.55% from 255) = 31.69%
BLUE value IS 253 (99.22% from 255) = 36.77%
R=31.54%
G=31.69%
B=36.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2172182530.140.1400.01238.339092.16
HexD9DAFDEE01ee5a5c
Octal331332375161601356132134
Binary11011001110110101111110111101110011110111010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DAFD; }

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

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

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

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

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

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

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

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