#D8EBA0

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

Shades of Reef #D8EBA0

Tints of Reef #D8EBA0

Color information

#D8EBA0 (or 0xD8EBA0) is unknown color: approx Reef. HEX triplet: D8, EB and A0. RGB value is (216,235,160). Sum of RGB (Red+Green+Blue) = 216+235+160=611 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.35% from 611); Green value is 235 (92.19% from 255 or 38.46% from 611); Blue value is 160 (62.89% from 255 or 26.19% from 611); Max value from RGB is 235 - color contains mainly: green. Hex color #D8EBA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8EBA0 is #27145F. Grayscale: #DDDDDD. Windows color (decimal): -2561120 or 10546136. OLE color: 10546136.

HSL color Cylindrical-coordinate representation of color #D8EBA0: hue angle of 75.2º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D8EBA0 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB216235160-
CMYK0.0800.320.08
HSL75.2º65.22%77.45%-
HSV(B)75.2º31.91%92.16%-
XYZ64.3776.5544.64-
YUV220.7793.71124.6-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.35%
GREEN value IS 235 (92.19% from 255) = 38.46%
BLUE value IS 160 (62.89% from 255) = 26.19%
R=35.35%
G=38.46%
B=26.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2162351600.0800.320.0875.265.2277.45
HexD8EBA0802084b414d
Octal3303532401004010113101115
Binary110110001110101110100000100001000001000100101110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EBA0; }

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

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

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

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

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

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

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

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