#D3E5A0

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

Shades of Reef #D3E5A0

Tints of Reef #D3E5A0

Color information

#D3E5A0 (or 0xD3E5A0) is unknown color: approx Reef. HEX triplet: D3, E5 and A0. RGB value is (211,229,160). Sum of RGB (Red+Green+Blue) = 211+229+160=600 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.17% from 600); Green value is 229 (89.84% from 255 or 38.17% from 600); Blue value is 160 (62.89% from 255 or 26.67% from 600); Max value from RGB is 229 - color contains mainly: green. Hex color #D3E5A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3E5A0 is #2C1A5F. Grayscale: #D8D8D8. Windows color (decimal): -2890336 or 10544595. OLE color: 10544595.

HSL color Cylindrical-coordinate representation of color #D3E5A0: hue angle of 75.65º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D3E5A0 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.10.

Color convert

RGB211229160-
CMYK0.0800.300.10
HSL75.65º57.02%76.27%-
HSV(B)75.65º30.13%89.8%-
XYZ61.2372.4344.01-
YUV215.7596.54124.61-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.17%
GREEN value IS 229 (89.84% from 255) = 38.17%
BLUE value IS 160 (62.89% from 255) = 26.67%
R=35.17%
G=38.17%
B=26.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2112291600.0800.300.1075.6557.0276.27
HexD3E5A0801EA4c394c
Octal323345240100361211471114
Binary1101001111100101101000001000011110101010011001110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3E5A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3E5A0; }

 p { color: rgb(211,229,160); }

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

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

 a { background-color: rgb(211,229,160); }

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

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

 span { border-color: rgb(211,229,160); }

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