#D7D7DE

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

Shades of Quartz #D7D7DE

Tints of Quartz #D7D7DE

Color information

#D7D7DE (or 0xD7D7DE) is unknown color: approx Quartz. HEX triplet: D7, D7 and DE. RGB value is (215,215,222). Sum of RGB (Red+Green+Blue) = 215+215+222=652 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.98% from 652); Green value is 215 (84.38% from 255 or 32.98% from 652); Blue value is 222 (87.11% from 255 or 34.05% from 652); Max value from RGB is 222 - color contains mainly: blue. Hex color #D7D7DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D7DE is #282821. Grayscale: #D7D7D7. Windows color (decimal): -2631714 or 14604247. OLE color: 14604247.

HSL color Cylindrical-coordinate representation of color #D7D7DE: hue angle of 240º degrees, saturation: 0.1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D7D7DE is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB215215222-
CMYK0.030.0300.13
HSL240º9.59%85.69%-
HSV(B)240º3.15%87.06%-
XYZ65.5168.3278.84-
YUV215.8131.5127.43-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.98%
GREEN value IS 215 (84.38% from 255) = 32.98%
BLUE value IS 222 (87.11% from 255) = 34.05%
R=32.98%
G=32.98%
B=34.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2152152220.030.0300.132409.5985.69
HexD7D7DE330Df0a56
Octal3273273363301536012126
Binary1101011111010111110111101111011011111000010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D7DE; }

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

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

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

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

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

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

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

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