#D8D2F1

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

Shades of Quartz #D8D2F1

Tints of Quartz #D8D2F1

Color information

#D8D2F1 (or 0xD8D2F1) is unknown color: approx Quartz. HEX triplet: D8, D2 and F1. RGB value is (216,210,241). Sum of RGB (Red+Green+Blue) = 216+210+241=667 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.38% from 667); Green value is 210 (82.42% from 255 or 31.48% from 667); Blue value is 241 (94.53% from 255 or 36.13% from 667); Max value from RGB is 241 - color contains mainly: blue. Hex color #D8D2F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D2F1 is #272D0E. Grayscale: #D7D7D7. Windows color (decimal): -2567439 or 15848152. OLE color: 15848152.

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

Color convert

RGB216210241-
CMYK0.100.1300.05
HSL251.61º52.54%88.43%-
HSV(B)251.61º12.86%94.51%-
XYZ67.2467.0492.62-
YUV215.33142.49128.48-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.38%
GREEN value IS 210 (82.42% from 255) = 31.48%
BLUE value IS 241 (94.53% from 255) = 36.13%
R=32.38%
G=31.48%
B=36.13%

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
Decimal2162102410.100.1300.05251.6152.5488.43
HexD8D2F1AD05fc3558
Octal33032236112150537465130
Binary110110001101001011110001101011010101111111001101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D2F1; }

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

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

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

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

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

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

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

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