#D9DAFC

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

Shades of Quartz #D9DAFC

Tints of Quartz #D9DAFC

Color information

#D9DAFC (or 0xD9DAFC) is unknown color: approx Quartz. HEX triplet: D9, DA and FC. RGB value is (217,218,252). Sum of RGB (Red+Green+Blue) = 217+218+252=687 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.59% from 687); Green value is 218 (85.55% from 255 or 31.73% from 687); Blue value is 252 (98.83% from 255 or 36.68% from 687); Max value from RGB is 252 - color contains mainly: blue. Hex color #D9DAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DAFC is #262503. Grayscale: #DDDDDD. Windows color (decimal): -2499844 or 16571097. OLE color: 16571097.

HSL color Cylindrical-coordinate representation of color #D9DAFC: hue angle of 238.29º degrees, saturation: 0.85, 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 #D9DAFC is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB217218252-
CMYK0.140.1300.01
HSL238.29º85.37%91.96%-
HSV(B)238.29º13.89%98.82%-
XYZ71.2671.92102.22-
YUV221.58145.17124.74-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.59%
GREEN value IS 218 (85.55% from 255) = 31.73%
BLUE value IS 252 (98.83% from 255) = 36.68%
R=31.59%
G=31.73%
B=36.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2172182520.140.1300.01238.2985.3791.96
HexD9DAFCED01ee555c
Octal331332374161501356125134
Binary11011001110110101111110011101101011110111010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DAFC; }

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

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

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

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

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

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

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

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