#D7D0F9

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

Shades of Quartz #D7D0F9

Tints of Quartz #D7D0F9

Color information

#D7D0F9 (or 0xD7D0F9) is unknown color: approx Quartz. HEX triplet: D7, D0 and F9. RGB value is (215,208,249). Sum of RGB (Red+Green+Blue) = 215+208+249=672 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.99% from 672); Green value is 208 (81.64% from 255 or 30.95% from 672); Blue value is 249 (97.66% from 255 or 37.05% from 672); Max value from RGB is 249 - color contains mainly: blue. Hex color #D7D0F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D0F9 is #282F06. Grayscale: #D6D6D6. Windows color (decimal): -2633479 or 16371927. OLE color: 16371927.

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

Color convert

RGB215208249-
CMYK0.140.1600.02
HSL250.24º77.36%89.61%-
HSV(B)250.24º16.47%97.65%-
XYZ67.6866.498.87-
YUV214.77147.32128.17-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.99%
GREEN value IS 208 (81.64% from 255) = 30.95%
BLUE value IS 249 (97.66% from 255) = 37.05%
R=31.99%
G=30.95%
B=37.05%

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
Decimal2152082490.140.1600.02250.2477.3689.61
HexD7D0F9E1002fa4d5a
Octal327320371162002372115132
Binary1101011111010000111110011110100000101111101010011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D0F9; }

 p { color: rgb(215,208,249); }

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

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

 a { background-color: rgb(215,208,249); }

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

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

 span { border-color: rgb(215,208,249); }

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