#D8D2F7

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

Shades of Quartz #D8D2F7

Tints of Quartz #D8D2F7

Color information

#D8D2F7 (or 0xD8D2F7) is unknown color: approx Quartz. HEX triplet: D8, D2 and F7. RGB value is (216,210,247). Sum of RGB (Red+Green+Blue) = 216+210+247=673 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32.10% from 673); Green value is 210 (82.42% from 255 or 31.20% from 673); Blue value is 247 (96.88% from 255 or 36.70% from 673); Max value from RGB is 247 - color contains mainly: blue. Hex color #D8D2F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D2F7 is #272D08. Grayscale: #D7D7D7. Windows color (decimal): -2567433 or 16241368. OLE color: 16241368.

HSL color Cylindrical-coordinate representation of color #D8D2F7: hue angle of 249.73º degrees, saturation: 0.7, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8D2F7 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB216210247-
CMYK0.130.1500.03
HSL249.73º69.81%89.61%-
HSV(B)249.73º14.98%96.86%-
XYZ68.1567.4197.41-
YUV216.01145.49127.99-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.10%
GREEN value IS 210 (82.42% from 255) = 31.20%
BLUE value IS 247 (96.88% from 255) = 36.70%
R=32.10%
G=31.20%
B=36.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2162102470.130.1500.03249.7369.8189.61
HexD8D2F7DF03fa465a
Octal330322367151703372106132
Binary110110001101001011110111110111110111111101010001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D2F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D2F7; }

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

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

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

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

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

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

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

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