#D8D2FB

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

Shades of Quartz #D8D2FB

Tints of Quartz #D8D2FB

Color information

#D8D2FB (or 0xD8D2FB) is unknown color: approx Quartz. HEX triplet: D8, D2 and FB. RGB value is (216,210,251). Sum of RGB (Red+Green+Blue) = 216+210+251=677 (89% of max value = 765). Red value is 216 (84.77% from 255 or 31.91% from 677); Green value is 210 (82.42% from 255 or 31.02% from 677); Blue value is 251 (98.44% from 255 or 37.08% from 677); Max value from RGB is 251 - color contains mainly: blue. Hex color #D8D2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D2FB is #272D04. Grayscale: #D8D8D8. Windows color (decimal): -2567429 or 16503512. OLE color: 16503512.

HSL color Cylindrical-coordinate representation of color #D8D2FB: hue angle of 248.78º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D8D2FB is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB216210251-
CMYK0.140.1600.02
HSL248.78º83.67%90.39%-
HSV(B)248.78º16.33%98.43%-
XYZ68.7867.66100.7-
YUV216.47147.49127.67-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.91%
GREEN value IS 210 (82.42% from 255) = 31.02%
BLUE value IS 251 (98.44% from 255) = 37.08%
R=31.91%
G=31.02%
B=37.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2162102510.140.1600.02248.7883.6790.39
HexD8D2FBE1002f9545a
Octal330322373162002371124132
Binary1101100011010010111110111110100000101111100110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D2FB; }

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

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

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

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

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

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

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

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