#D7D7CE

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

Shades of Green White #D7D7CE

Tints of Green White #D7D7CE

Color information

#D7D7CE (or 0xD7D7CE) is unknown color: approx Green White. HEX triplet: D7, D7 and CE. RGB value is (215,215,206). Sum of RGB (Red+Green+Blue) = 215+215+206=636 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.81% from 636); Green value is 215 (84.38% from 255 or 33.81% from 636); Blue value is 206 (80.86% from 255 or 32.39% from 636); Max value from RGB is 215 - color contains mainly: red, green. Hex color #D7D7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D7CE is #282831. Grayscale: #D6D6D6. Windows color (decimal): -2631730 or 13555671. OLE color: 13555671.

HSL color Cylindrical-coordinate representation of color #D7D7CE: hue angle of 60º degrees, saturation: 0.1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D7D7CE is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB215215206-
CMYK000.040.16
HSL60º10.11%82.55%-
HSV(B)60º4.19%84.31%-
XYZ63.4767.568.08-
YUV213.97123.5128.73-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.81%
GREEN value IS 215 (84.38% from 255) = 33.81%
BLUE value IS 206 (80.86% from 255) = 32.39%
R=33.81%
G=33.81%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215215206000.040.166010.1182.55
HexD7D7CE004103ca53
Octal327327316004207412123
Binary110101111101011111001110001001000011110010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D7CE; }

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

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

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

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

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

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

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

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