#D9D0FD

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

Shades of Quartz #D9D0FD

Tints of Quartz #D9D0FD

Color information

#D9D0FD (or 0xD9D0FD) is unknown color: approx Quartz. HEX triplet: D9, D0 and FD. RGB value is (217,208,253). Sum of RGB (Red+Green+Blue) = 217+208+253=678 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.01% from 678); Green value is 208 (81.64% from 255 or 30.68% from 678); Blue value is 253 (99.22% from 255 or 37.32% from 678); Max value from RGB is 253 - color contains mainly: blue. Hex color #D9D0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D0FD is #262F02. Grayscale: #D7D7D7. Windows color (decimal): -2502403 or 16634073. OLE color: 16634073.

HSL color Cylindrical-coordinate representation of color #D9D0FD: hue angle of 252º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9D0FD is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB217208253-
CMYK0.140.1800.01
HSL252º91.84%90.39%-
HSV(B)252º17.79%99.22%-
XYZ68.966.96102.22-
YUV215.82148.98128.84-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.01%
GREEN value IS 208 (81.64% from 255) = 30.68%
BLUE value IS 253 (99.22% from 255) = 37.32%
R=32.01%
G=30.68%
B=37.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2172082530.140.1800.0125291.8490.39
HexD9D0FDE1201fc5c5a
Octal331320375162201374134132
Binary110110011101000011111101111010010011111110010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D0FD; }

 p { color: rgb(217,208,253); }

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

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

 a { background-color: rgb(217,208,253); }

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

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

 span { border-color: rgb(217,208,253); }

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