#D7DAF4

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

Shades of Quartz #D7DAF4

Tints of Quartz #D7DAF4

Color information

#D7DAF4 (or 0xD7DAF4) is unknown color: approx Quartz. HEX triplet: D7, DA and F4. RGB value is (215,218,244). Sum of RGB (Red+Green+Blue) = 215+218+244=677 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.76% from 677); Green value is 218 (85.55% from 255 or 32.20% from 677); Blue value is 244 (95.70% from 255 or 36.04% from 677); Max value from RGB is 244 - color contains mainly: blue. Hex color #D7DAF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DAF4 is #28250B. Grayscale: #DBDBDB. Windows color (decimal): -2630924 or 16046807. OLE color: 16046807.

HSL color Cylindrical-coordinate representation of color #D7DAF4: hue angle of 233.79º degrees, saturation: 0.57, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D7DAF4 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB215218244-
CMYK0.120.1100.04
HSL233.79º56.86%90%-
HSV(B)233.79º11.89%95.69%-
XYZ69.4271.1295.66-
YUV220.07141.51124.39-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.76%
GREEN value IS 218 (85.55% from 255) = 32.20%
BLUE value IS 244 (95.70% from 255) = 36.04%
R=31.76%
G=32.20%
B=36.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2152182440.120.1100.04233.7956.8690
HexD7DAF4CB04ea395a
Octal32733236414130435271132
Binary110101111101101011110100110010110100111010101110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DAF4; }

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

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

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

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

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

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

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

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