#D9DFFA

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

Shades of Quartz #D9DFFA

Tints of Quartz #D9DFFA

Color information

#D9DFFA (or 0xD9DFFA) is unknown color: approx Quartz. HEX triplet: D9, DF and FA. RGB value is (217,223,250). Sum of RGB (Red+Green+Blue) = 217+223+250=690 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.45% from 690); Green value is 223 (87.5% from 255 or 32.32% from 690); Blue value is 250 (98.05% from 255 or 36.23% from 690); Max value from RGB is 250 - color contains mainly: blue. Hex color #D9DFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DFFA is #262005. Grayscale: #E0E0E0. Windows color (decimal): -2498566 or 16441305. OLE color: 16441305.

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

Color convert

RGB217223250-
CMYK0.130.1100.02
HSL229.09º76.74%91.57%-
HSV(B)229.09º13.2%98.04%-
XYZ72.2674.43101-
YUV224.28142.51122.8-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.45%
GREEN value IS 223 (87.5% from 255) = 32.32%
BLUE value IS 250 (98.05% from 255) = 36.23%
R=31.45%
G=32.32%
B=36.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2172232500.130.1100.02229.0976.7491.57
HexD9DFFADB02e54d5c
Octal331337372151302345115134
Binary110110011101111111111010110110110101110010110011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DFFA; }

 p { color: rgb(217,223,250); }

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

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

 a { background-color: rgb(217,223,250); }

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

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

 span { border-color: rgb(217,223,250); }

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