#D7EDCC

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

Shades of Snowy Mint #D7EDCC

Tints of Snowy Mint #D7EDCC

Color information

#D7EDCC (or 0xD7EDCC) is unknown color: approx Snowy Mint. HEX triplet: D7, ED and CC. RGB value is (215,237,204). Sum of RGB (Red+Green+Blue) = 215+237+204=656 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.77% from 656); Green value is 237 (92.97% from 255 or 36.13% from 656); Blue value is 204 (80.08% from 255 or 31.10% from 656); Max value from RGB is 237 - color contains mainly: green. Hex color #D7EDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7EDCC is #281233. Grayscale: #E2E2E2. Windows color (decimal): -2626100 or 13430231. OLE color: 13430231.

HSL color Cylindrical-coordinate representation of color #D7EDCC: hue angle of 100º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7EDCC is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB215237204-
CMYK0.0900.140.07
HSL100º47.83%86.47%-
HSV(B)100º13.92%92.94%-
XYZ69.2179.3868.8-
YUV226.66115.21119.68-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.77%
GREEN value IS 237 (92.97% from 255) = 36.13%
BLUE value IS 204 (80.08% from 255) = 31.10%
R=32.77%
G=36.13%
B=31.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2152372040.0900.140.0710047.8386.47
HexD7EDCC90E7643056
Octal32735531411016714460126
Binary11010111111011011100110010010111011111001001100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7EDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7EDCC; }

 p { color: rgb(215,237,204); }

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

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

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

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

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

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

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