#D9D3F2

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

Shades of Quartz #D9D3F2

Tints of Quartz #D9D3F2

Color information

#D9D3F2 (or 0xD9D3F2) is unknown color: approx Quartz. HEX triplet: D9, D3 and F2. RGB value is (217,211,242). Sum of RGB (Red+Green+Blue) = 217+211+242=670 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.39% from 670); Green value is 211 (82.81% from 255 or 31.49% from 670); Blue value is 242 (94.92% from 255 or 36.12% from 670); Max value from RGB is 242 - color contains mainly: blue. Hex color #D9D3F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D3F2 is #262C0D. Grayscale: #D8D8D8. Windows color (decimal): -2501646 or 15913945. OLE color: 15913945.

HSL color Cylindrical-coordinate representation of color #D9D3F2: hue angle of 251.61º degrees, saturation: 0.54, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9D3F2 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB217211242-
CMYK0.100.1300.05
HSL251.61º54.39%88.82%-
HSV(B)251.61º12.81%94.9%-
XYZ67.9467.7593.5-
YUV216.33142.49128.48-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.39%
GREEN value IS 211 (82.81% from 255) = 31.49%
BLUE value IS 242 (94.92% from 255) = 36.12%
R=32.39%
G=31.49%
B=36.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2172112420.100.1300.05251.6154.3988.82
HexD9D3F2AD05fc3659
Octal33132336212150537466131
Binary110110011101001111110010101011010101111111001101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D3F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D3F2; }

 p { color: rgb(217,211,242); }

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

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

 a { background-color: rgb(217,211,242); }

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

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

 span { border-color: rgb(217,211,242); }

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