#D0E39B

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

Shades of Reef #D0E39B

Tints of Reef #D0E39B

Color information

#D0E39B (or 0xD0E39B) is unknown color: approx Reef. HEX triplet: D0, E3 and 9B. RGB value is (208,227,155). Sum of RGB (Red+Green+Blue) = 208+227+155=590 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.25% from 590); Green value is 227 (89.06% from 255 or 38.47% from 590); Blue value is 155 (60.94% from 255 or 26.27% from 590); Max value from RGB is 227 - color contains mainly: green. Hex color #D0E39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0E39B is #2F1C64. Grayscale: #D5D5D5. Windows color (decimal): -3087461 or 10216400. OLE color: 10216400.

HSL color Cylindrical-coordinate representation of color #D0E39B: hue angle of 75.83º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D0E39B is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB208227155-
CMYK0.0800.320.11
HSL75.83º56.25%74.9%-
HSV(B)75.83º31.72%89.02%-
XYZ59.470.7141.53-
YUV213.1195.21124.35-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.25%
GREEN value IS 227 (89.06% from 255) = 38.47%
BLUE value IS 155 (60.94% from 255) = 26.27%
R=35.25%
G=38.47%
B=26.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2082271550.0800.320.1175.8356.2574.9
HexD0E39B8020B4c384b
Octal320343233100401311470113
Binary11010000111000111001101110000100000101110011001110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E39B; }

 p { color: rgb(208,227,155); }

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

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

 a { background-color: rgb(208,227,155); }

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

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

 span { border-color: rgb(208,227,155); }

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