#D9DCFB

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

Shades of Quartz #D9DCFB

Tints of Quartz #D9DCFB

Color information

#D9DCFB (or 0xD9DCFB) is unknown color: approx Quartz. HEX triplet: D9, DC and FB. RGB value is (217,220,251). Sum of RGB (Red+Green+Blue) = 217+220+251=688 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.54% from 688); Green value is 220 (86.33% from 255 or 31.98% from 688); Blue value is 251 (98.44% from 255 or 36.48% from 688); Max value from RGB is 251 - color contains mainly: blue. Hex color #D9DCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DCFB is #262304. Grayscale: #DEDEDE. Windows color (decimal): -2499333 or 16506073. OLE color: 16506073.

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

Color convert

RGB217220251-
CMYK0.140.1200.02
HSL234.71º80.95%91.76%-
HSV(B)234.71º13.55%98.43%-
XYZ71.6272.9101.56-
YUV222.64144.01123.98-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.54%
GREEN value IS 220 (86.33% from 255) = 31.98%
BLUE value IS 251 (98.44% from 255) = 36.48%
R=31.54%
G=31.98%
B=36.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2172202510.140.1200.02234.7180.9591.76
HexD9DCFBEC02eb515c
Octal331334373161402353121134
Binary110110011101110011111011111011000101110101110100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DCFB; }

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

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

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

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

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

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

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

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