#D7DAFE

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

Shades of Quartz #D7DAFE

Tints of Quartz #D7DAFE

Color information

#D7DAFE (or 0xD7DAFE) is unknown color: approx Quartz. HEX triplet: D7, DA and FE. RGB value is (215,218,254). Sum of RGB (Red+Green+Blue) = 215+218+254=687 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.30% from 687); Green value is 218 (85.55% from 255 or 31.73% from 687); Blue value is 254 (99.61% from 255 or 36.97% from 687); Max value from RGB is 254 - color contains mainly: blue. Hex color #D7DAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DAFE is #282501. Grayscale: #DDDDDD. Windows color (decimal): -2630914 or 16702167. OLE color: 16702167.

HSL color Cylindrical-coordinate representation of color #D7DAFE: hue angle of 235.38º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D7DAFE is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB215218254-
CMYK0.150.1400.00
HSL235.38º95.12%91.96%-
HSV(B)235.38º15.35%99.61%-
XYZ70.9971.75103.87-
YUV221.21146.51123.57-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.30%
GREEN value IS 218 (85.55% from 255) = 31.73%
BLUE value IS 254 (99.61% from 255) = 36.97%
R=31.30%
G=31.73%
B=36.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2152182540.150.1400.00235.3895.1291.96
HexD7DAFEFE00eb5f5c
Octal327332376171600353137134
Binary11010111110110101111111011111110001110101110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DAFE; }

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

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

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

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

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

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

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

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