#D2D8FB

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

Shades of Quartz #D2D8FB

Tints of Quartz #D2D8FB

Color information

#D2D8FB (or 0xD2D8FB) is unknown color: approx Quartz. HEX triplet: D2, D8 and FB. RGB value is (210,216,251). Sum of RGB (Red+Green+Blue) = 210+216+251=677 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.02% from 677); Green value is 216 (84.77% from 255 or 31.91% 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 #D2D8FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D8FB is #2D2704. Grayscale: #DADADA. Windows color (decimal): -2959109 or 16505042. OLE color: 16505042.

HSL color Cylindrical-coordinate representation of color #D2D8FB: hue angle of 231.22º 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 #D2D8FB is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB210216251-
CMYK0.160.1400.02
HSL231.22º83.67%90.39%-
HSV(B)231.22º16.33%98.43%-
XYZ68.5569.78101.12-
YUV218.2146.51122.15-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2102162510.160.1400.02231.2283.6790.39
HexD2D8FB10E02e7545a
Octal322330373201602347124132
Binary1101001011011000111110111000011100101110011110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D8FB; }

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

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

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

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

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

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

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

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