#D7DEFE

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

Shades of Quartz #D7DEFE

Tints of Quartz #D7DEFE

Color information

#D7DEFE (or 0xD7DEFE) is unknown color: approx Quartz. HEX triplet: D7, DE and FE. RGB value is (215,222,254). Sum of RGB (Red+Green+Blue) = 215+222+254=691 (91% of max value = 765). Red value is 215 (84.38% from 255 or 31.11% from 691); Green value is 222 (87.11% from 255 or 32.13% from 691); Blue value is 254 (99.61% from 255 or 36.76% from 691); Max value from RGB is 254 - color contains mainly: blue. Hex color #D7DEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DEFE is #282101. Grayscale: #DFDFDF. Windows color (decimal): -2629890 or 16703191. OLE color: 16703191.

HSL color Cylindrical-coordinate representation of color #D7DEFE: hue angle of 229.23º 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 #D7DEFE is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB215222254-
CMYK0.150.1300.00
HSL229.23º95.12%91.96%-
HSV(B)229.23º15.35%99.61%-
XYZ72.0473.85104.22-
YUV223.55145.18121.9-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.11%
GREEN value IS 222 (87.11% from 255) = 32.13%
BLUE value IS 254 (99.61% from 255) = 36.76%
R=31.11%
G=32.13%
B=36.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2152222540.150.1300.00229.2395.1291.96
HexD7DEFEFD00e55f5c
Octal327336376171500345137134
Binary11010111110111101111111011111101001110010110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DEFE; }

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

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

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

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

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

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

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

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