#D7DAFA

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

Shades of Quartz #D7DAFA

Tints of Quartz #D7DAFA

Color information

#D7DAFA (or 0xD7DAFA) is unknown color: approx Quartz. HEX triplet: D7, DA and FA. RGB value is (215,218,250). Sum of RGB (Red+Green+Blue) = 215+218+250=683 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.48% from 683); Green value is 218 (85.55% from 255 or 31.92% from 683); Blue value is 250 (98.05% from 255 or 36.60% from 683); Max value from RGB is 250 - color contains mainly: blue. Hex color #D7DAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DAFA is #282505. Grayscale: #DCDCDC. Windows color (decimal): -2630918 or 16440023. OLE color: 16440023.

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

Color convert

RGB215218250-
CMYK0.140.1300.02
HSL234.86º77.78%91.18%-
HSV(B)234.86º14%98.04%-
XYZ70.3571.49100.53-
YUV220.75144.51123.9-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.48%
GREEN value IS 218 (85.55% from 255) = 31.92%
BLUE value IS 250 (98.05% from 255) = 36.60%
R=31.48%
G=31.92%
B=36.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2152182500.140.1300.02234.8677.7891.18
HexD7DAFAED02eb4e5b
Octal327332372161502353116133
Binary110101111101101011111010111011010101110101110011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DAFA; }

 p { color: rgb(215,218,250); }

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

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

 a { background-color: rgb(215,218,250); }

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

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

 span { border-color: rgb(215,218,250); }

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