#D9DBF1

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

Shades of Quartz #D9DBF1

Tints of Quartz #D9DBF1

Color information

#D9DBF1 (or 0xD9DBF1) is unknown color: approx Quartz. HEX triplet: D9, DB and F1. RGB value is (217,219,241). Sum of RGB (Red+Green+Blue) = 217+219+241=677 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.05% from 677); Green value is 219 (85.94% from 255 or 32.35% from 677); Blue value is 241 (94.53% from 255 or 35.60% from 677); Max value from RGB is 241 - color contains mainly: blue. Hex color #D9DBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DBF1 is #26240E. Grayscale: #DCDCDC. Windows color (decimal): -2499599 or 15850457. OLE color: 15850457.

HSL color Cylindrical-coordinate representation of color #D9DBF1: hue angle of 235º 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 #D9DBF1 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB217219241-
CMYK0.100.0900.05
HSL235º46.15%89.8%-
HSV(B)235º9.96%94.51%-
XYZ69.8271.7793.39-
YUV220.91139.34125.21-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.05%
GREEN value IS 219 (85.94% from 255) = 32.35%
BLUE value IS 241 (94.53% from 255) = 35.60%
R=32.05%
G=32.35%
B=35.60%

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
Decimal2172192410.100.0900.0523546.1589.8
HexD9DBF1A905eb2e5a
Octal33133336112110535356132
Binary110110011101101111110001101010010101111010111011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DBF1; }

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

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

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

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

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

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

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

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