#D0EBA0

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

Shades of Reef #D0EBA0

Tints of Reef #D0EBA0

Color information

#D0EBA0 (or 0xD0EBA0) is unknown color: approx Reef. HEX triplet: D0, EB and A0. RGB value is (208,235,160). Sum of RGB (Red+Green+Blue) = 208+235+160=603 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.49% from 603); Green value is 235 (92.19% from 255 or 38.97% from 603); Blue value is 160 (62.89% from 255 or 26.53% from 603); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EBA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EBA0 is #2F145F. Grayscale: #DADADA. Windows color (decimal): -3085408 or 10546128. OLE color: 10546128.

HSL color Cylindrical-coordinate representation of color #D0EBA0: hue angle of 81.6º 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 #D0EBA0 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB208235160-
CMYK0.1100.320.08
HSL81.6º65.22%77.45%-
HSV(B)81.6º31.91%92.16%-
XYZ62.0775.3644.53-
YUV218.3895.05120.6-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.49%
GREEN value IS 235 (92.19% from 255) = 38.97%
BLUE value IS 160 (62.89% from 255) = 26.53%
R=34.49%
G=38.97%
B=26.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2082351600.1100.320.0881.665.2277.45
HexD0EBA0B020852414d
Octal3203532401304010122101115
Binary110100001110101110100000101101000001000101001010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EBA0; }

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

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

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

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

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

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

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

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