#D0E3B1

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

Shades of Reef #D0E3B1

Tints of Reef #D0E3B1

Color information

#D0E3B1 (or 0xD0E3B1) is unknown color: approx Reef. HEX triplet: D0, E3 and B1. RGB value is (208,227,177). Sum of RGB (Red+Green+Blue) = 208+227+177=612 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.99% from 612); Green value is 227 (89.06% from 255 or 37.09% from 612); Blue value is 177 (69.53% from 255 or 28.92% from 612); Max value from RGB is 227 - color contains mainly: green. Hex color #D0E3B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0E3B1 is #2F1C4E. Grayscale: #D7D7D7. Windows color (decimal): -3087439 or 11658192. OLE color: 11658192.

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

Color convert

RGB208227177-
CMYK0.0800.220.11
HSL82.8º47.17%79.22%-
HSV(B)82.8º22.03%89.02%-
XYZ61.4271.5252.16-
YUV215.62106.21122.57-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.99%
GREEN value IS 227 (89.06% from 255) = 37.09%
BLUE value IS 177 (69.53% from 255) = 28.92%
R=33.99%
G=37.09%
B=28.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2082271770.0800.220.1182.847.1779.22
HexD0E3B18016B532f4f
Octal320343261100261312357117
Binary1101000011100011101100011000010110101110100111011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E3B1; }

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

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

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

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

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

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

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

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