#D7D7FE

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

Shades of Quartz #D7D7FE

Tints of Quartz #D7D7FE

Color information

#D7D7FE (or 0xD7D7FE) is unknown color: approx Quartz. HEX triplet: D7, D7 and FE. RGB value is (215,215,254). Sum of RGB (Red+Green+Blue) = 215+215+254=684 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.43% from 684); Green value is 215 (84.38% from 255 or 31.43% from 684); Blue value is 254 (99.61% from 255 or 37.13% from 684); Max value from RGB is 254 - color contains mainly: blue. Hex color #D7D7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D7FE is #282801. Grayscale: #DBDBDB. Windows color (decimal): -2631682 or 16701399. OLE color: 16701399.

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

Color convert

RGB215215254-
CMYK0.150.1500.00
HSL240º95.12%91.96%-
HSV(B)240º15.35%99.61%-
XYZ70.2170.2103.62-
YUV219.45147.5124.83-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.43%
GREEN value IS 215 (84.38% from 255) = 31.43%
BLUE value IS 254 (99.61% from 255) = 37.13%
R=31.43%
G=31.43%
B=37.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2152152540.150.1500.0024095.1291.96
HexD7D7FEFF00f05f5c
Octal327327376171700360137134
Binary11010111110101111111111011111111001111000010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D7FE; }

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

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

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

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

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

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

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

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