#D9DCF3

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

Shades of Quartz #D9DCF3

Tints of Quartz #D9DCF3

Color information

#D9DCF3 (or 0xD9DCF3) is unknown color: approx Quartz. HEX triplet: D9, DC and F3. RGB value is (217,220,243). Sum of RGB (Red+Green+Blue) = 217+220+243=680 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.91% from 680); Green value is 220 (86.33% from 255 or 32.35% from 680); Blue value is 243 (95.31% from 255 or 35.74% from 680); Max value from RGB is 243 - color contains mainly: blue. Hex color #D9DCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DCF3 is #26230C. Grayscale: #DDDDDD. Windows color (decimal): -2499341 or 15981785. OLE color: 15981785.

HSL color Cylindrical-coordinate representation of color #D9DCF3: hue angle of 233.08º degrees, saturation: 0.52, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D9DCF3 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB217220243-
CMYK0.110.0900.05
HSL233.08º52%90.2%-
HSV(B)233.08º10.7%95.29%-
XYZ70.3972.4195.06-
YUV221.72140.01124.63-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.91%
GREEN value IS 220 (86.33% from 255) = 32.35%
BLUE value IS 243 (95.31% from 255) = 35.74%
R=31.91%
G=32.35%
B=35.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2172202430.110.0900.05233.085290.2
HexD9DCF3B905e9345a
Octal33133436313110535164132
Binary110110011101110011110011101110010101111010011101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DCF3; }

 p { color: rgb(217,220,243); }

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

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

 a { background-color: rgb(217,220,243); }

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

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

 span { border-color: rgb(217,220,243); }

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