#D8D2FD

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

Shades of Quartz #D8D2FD

Tints of Quartz #D8D2FD

Color information

#D8D2FD (or 0xD8D2FD) is unknown color: approx Quartz. HEX triplet: D8, D2 and FD. RGB value is (216,210,253). Sum of RGB (Red+Green+Blue) = 216+210+253=679 (89% of max value = 765). Red value is 216 (84.77% from 255 or 31.81% from 679); Green value is 210 (82.42% from 255 or 30.93% from 679); Blue value is 253 (99.22% from 255 or 37.26% from 679); Max value from RGB is 253 - color contains mainly: blue. Hex color #D8D2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D2FD is #272D02. Grayscale: #D8D8D8. Windows color (decimal): -2567427 or 16634584. OLE color: 16634584.

HSL color Cylindrical-coordinate representation of color #D8D2FD: hue angle of 248.37º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D8D2FD is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB216210253-
CMYK0.150.1700.01
HSL248.37º91.49%90.78%-
HSV(B)248.37º17%99.22%-
XYZ69.167.78102.37-
YUV216.7148.49127.5-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.81%
GREEN value IS 210 (82.42% from 255) = 30.93%
BLUE value IS 253 (99.22% from 255) = 37.26%
R=31.81%
G=30.93%
B=37.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2162102530.150.1700.01248.3791.4990.78
HexD8D2FDF1101f85b5b
Octal330322375172101370133133
Binary110110001101001011111101111110001011111100010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D2FD; }

 p { color: rgb(216,210,253); }

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

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

 a { background-color: rgb(216,210,253); }

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

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

 span { border-color: rgb(216,210,253); }

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