#D9DBF9

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

Shades of Quartz #D9DBF9

Tints of Quartz #D9DBF9

Color information

#D9DBF9 (or 0xD9DBF9) is unknown color: approx Quartz. HEX triplet: D9, DB and F9. RGB value is (217,219,249). Sum of RGB (Red+Green+Blue) = 217+219+249=685 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.68% from 685); Green value is 219 (85.94% from 255 or 31.97% from 685); Blue value is 249 (97.66% from 255 or 36.35% from 685); Max value from RGB is 249 - color contains mainly: blue. Hex color #D9DBF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DBF9 is #262406. Grayscale: #DDDDDD. Windows color (decimal): -2499591 or 16374745. OLE color: 16374745.

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

Color convert

RGB217219249-
CMYK0.130.1200.02
HSL236.25º72.73%91.37%-
HSV(B)236.25º12.85%97.65%-
XYZ71.0572.2599.82-
YUV221.82143.34124.56-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.68%
GREEN value IS 219 (85.94% from 255) = 31.97%
BLUE value IS 249 (97.66% from 255) = 36.35%
R=31.68%
G=31.97%
B=36.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2172192490.130.1200.02236.2572.7391.37
HexD9DBF9DC02ec495b
Octal331333371151402354111133
Binary110110011101101111111001110111000101110110010010011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DBF9; }

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

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

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

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

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

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

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

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