#D3E9A0

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

Shades of Reef #D3E9A0

Tints of Reef #D3E9A0

Color information

#D3E9A0 (or 0xD3E9A0) is unknown color: approx Reef. HEX triplet: D3, E9 and A0. RGB value is (211,233,160). Sum of RGB (Red+Green+Blue) = 211+233+160=604 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.93% from 604); Green value is 233 (91.41% from 255 or 38.58% from 604); Blue value is 160 (62.89% from 255 or 26.49% from 604); Max value from RGB is 233 - color contains mainly: green. Hex color #D3E9A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3E9A0 is #2C165F. Grayscale: #DADADA. Windows color (decimal): -2889312 or 10545619. OLE color: 10545619.

HSL color Cylindrical-coordinate representation of color #D3E9A0: hue angle of 78.08º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D3E9A0 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB211233160-
CMYK0.0900.310.09
HSL78.08º62.39%77.06%-
HSV(B)78.08º31.33%91.37%-
XYZ62.3574.6644.38-
YUV218.195.21122.94-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.93%
GREEN value IS 233 (91.41% from 255) = 38.58%
BLUE value IS 160 (62.89% from 255) = 26.49%
R=34.93%
G=38.58%
B=26.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2112331600.0900.310.0978.0862.3977.06
HexD3E9A0901F94e3e4d
Octal323351240110371111676115
Binary1101001111101001101000001001011111100110011101111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3E9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3E9A0; }

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

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

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

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

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

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

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

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