#D9DCF1

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

Shades of Quartz #D9DCF1

Tints of Quartz #D9DCF1

Color information

#D9DCF1 (or 0xD9DCF1) is unknown color: approx Quartz. HEX triplet: D9, DC and F1. RGB value is (217,220,241). Sum of RGB (Red+Green+Blue) = 217+220+241=678 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.01% from 678); Green value is 220 (86.33% from 255 or 32.45% from 678); Blue value is 241 (94.53% from 255 or 35.55% from 678); Max value from RGB is 241 - color contains mainly: blue. Hex color #D9DCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DCF1 is #26230E. Grayscale: #DDDDDD. Windows color (decimal): -2499343 or 15850713. OLE color: 15850713.

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

Color convert

RGB217220241-
CMYK0.100.0900.05
HSL232.5º46.15%89.8%-
HSV(B)232.5º9.96%94.51%-
XYZ70.0972.2993.48-
YUV221.5139.01124.79-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.01%
GREEN value IS 220 (86.33% from 255) = 32.45%
BLUE value IS 241 (94.53% from 255) = 35.55%
R=32.01%
G=32.45%
B=35.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2172202410.100.0900.05232.546.1589.8
HexD9DCF1A905e82e5a
Octal33133436112110535056132
Binary110110011101110011110001101010010101111010001011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DCF1; }

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

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

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

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

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

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

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

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