#D0E895

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

Shades of Reef #D0E895

Tints of Reef #D0E895

Color information

#D0E895 (or 0xD0E895) is unknown color: approx Reef. HEX triplet: D0, E8 and 95. RGB value is (208,232,149). Sum of RGB (Red+Green+Blue) = 208+232+149=589 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.31% from 589); Green value is 232 (91.02% from 255 or 39.39% from 589); Blue value is 149 (58.59% from 255 or 25.30% from 589); Max value from RGB is 232 - color contains mainly: green. Hex color #D0E895 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0E895 is #2F176A. Grayscale: #D7D7D7. Windows color (decimal): -3086187 or 9824464. OLE color: 9824464.

HSL color Cylindrical-coordinate representation of color #D0E895: hue angle of 77.35º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D0E895 is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB208232149-
CMYK0.1000.360.09
HSL77.35º64.34%74.71%-
HSV(B)77.35º35.78%90.98%-
XYZ60.2973.2939.4-
YUV215.3690.55122.75-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.31%
GREEN value IS 232 (91.02% from 255) = 39.39%
BLUE value IS 149 (58.59% from 255) = 25.30%
R=35.31%
G=39.39%
B=25.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2082321490.1000.360.0977.3564.3474.71
HexD0E895A02494d404b
Octal3203502251204411115100113
Binary110100001110100010010101101001001001001100110110000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E895; }

 p { color: rgb(208,232,149); }

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

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

 a { background-color: rgb(208,232,149); }

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

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

 span { border-color: rgb(208,232,149); }

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