#D2D7FB

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

Shades of Quartz #D2D7FB

Tints of Quartz #D2D7FB

Color information

#D2D7FB (or 0xD2D7FB) is unknown color: approx Quartz. HEX triplet: D2, D7 and FB. RGB value is (210,215,251). Sum of RGB (Red+Green+Blue) = 210+215+251=676 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.07% from 676); Green value is 215 (84.38% from 255 or 31.80% from 676); Blue value is 251 (98.44% from 255 or 37.13% from 676); Max value from RGB is 251 - color contains mainly: blue. Hex color #D2D7FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D7FB is #2D2804. Grayscale: #D9D9D9. Windows color (decimal): -2959365 or 16504786. OLE color: 16504786.

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

Color convert

RGB210215251-
CMYK0.160.1400.02
HSL232.68º83.67%90.39%-
HSV(B)232.68º16.33%98.43%-
XYZ68.2969.27101.04-
YUV217.61146.84122.57-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.07%
GREEN value IS 215 (84.38% from 255) = 31.80%
BLUE value IS 251 (98.44% from 255) = 37.13%
R=31.07%
G=31.80%
B=37.13%

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
Decimal2102152510.160.1400.02232.6883.6790.39
HexD2D7FB10E02e9545a
Octal322327373201602351124132
Binary1101001011010111111110111000011100101110100110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D7FB; }

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

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

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

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

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

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

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

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