#D7DAF1

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

Shades of Quartz #D7DAF1

Tints of Quartz #D7DAF1

Color information

#D7DAF1 (or 0xD7DAF1) is unknown color: approx Quartz. HEX triplet: D7, DA and F1. RGB value is (215,218,241). Sum of RGB (Red+Green+Blue) = 215+218+241=674 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.90% from 674); Green value is 218 (85.55% from 255 or 32.34% from 674); Blue value is 241 (94.53% from 255 or 35.76% from 674); Max value from RGB is 241 - color contains mainly: blue. Hex color #D7DAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DAF1 is #28250E. Grayscale: #DBDBDB. Windows color (decimal): -2630927 or 15850199. OLE color: 15850199.

HSL color Cylindrical-coordinate representation of color #D7DAF1: hue angle of 233.08º degrees, saturation: 0.48, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D7DAF1 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB215218241-
CMYK0.110.1000.05
HSL233.08º48.15%89.41%-
HSV(B)233.08º10.79%94.51%-
XYZ68.9770.9493.28-
YUV219.72140.01124.63-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.90%
GREEN value IS 218 (85.55% from 255) = 32.34%
BLUE value IS 241 (94.53% from 255) = 35.76%
R=31.90%
G=32.34%
B=35.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2152182410.110.1000.05233.0848.1589.41
HexD7DAF1BA05e93059
Octal32733236113120535160131
Binary110101111101101011110001101110100101111010011100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DAF1; }

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

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

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

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

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

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

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

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