#D8E3A0

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

Shades of Reef #D8E3A0

Tints of Reef #D8E3A0

Color information

#D8E3A0 (or 0xD8E3A0) is unknown color: approx Reef. HEX triplet: D8, E3 and A0. RGB value is (216,227,160). Sum of RGB (Red+Green+Blue) = 216+227+160=603 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.82% from 603); Green value is 227 (89.06% from 255 or 37.65% from 603); Blue value is 160 (62.89% from 255 or 26.53% from 603); Max value from RGB is 227 - color contains mainly: green. Hex color #D8E3A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8E3A0 is #271C5F. Grayscale: #D8D8D8. Windows color (decimal): -2563168 or 10544088. OLE color: 10544088.

HSL color Cylindrical-coordinate representation of color #D8E3A0: hue angle of 69.85º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D8E3A0 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB216227160-
CMYK0.0500.300.11
HSL69.85º54.47%75.88%-
HSV(B)69.85º29.52%89.02%-
XYZ62.1372.0843.89-
YUV216.0796.36127.95-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.82%
GREEN value IS 227 (89.06% from 255) = 37.65%
BLUE value IS 160 (62.89% from 255) = 26.53%
R=35.82%
G=37.65%
B=26.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2162271600.0500.300.1169.8554.4775.88
HexD8E3A0501EB46364c
Octal33034324050361310666114
Binary110110001110001110100000101011110101110001101101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E3A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E3A0; }

 p { color: rgb(216,227,160); }

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

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

 a { background-color: rgb(216,227,160); }

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

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

 span { border-color: rgb(216,227,160); }

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