#D0EDB0

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

Shades of Reef #D0EDB0

Tints of Reef #D0EDB0

Color information

#D0EDB0 (or 0xD0EDB0) is unknown color: approx Reef. HEX triplet: D0, ED and B0. RGB value is (208,237,176). Sum of RGB (Red+Green+Blue) = 208+237+176=621 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.49% from 621); Green value is 237 (92.97% from 255 or 38.16% from 621); Blue value is 176 (69.14% from 255 or 28.34% from 621); Max value from RGB is 237 - color contains mainly: green. Hex color #D0EDB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EDB0 is #2F124F. Grayscale: #DDDDDD. Windows color (decimal): -3084880 or 11595216. OLE color: 11595216.

HSL color Cylindrical-coordinate representation of color #D0EDB0: hue angle of 88.52º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0EDB0 is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB208237176-
CMYK0.1200.260.07
HSL88.52º62.89%80.98%-
HSV(B)88.52º25.74%92.94%-
XYZ64.1377.1152.58-
YUV221.38102.39118.46-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.49%
GREEN value IS 237 (92.97% from 255) = 38.16%
BLUE value IS 176 (69.14% from 255) = 28.34%
R=33.49%
G=38.16%
B=28.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082371760.1200.260.0788.5262.8980.98
HexD0EDB0C01A7593f51
Octal32035526014032713177121
Binary110100001110110110110000110001101011110110011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EDB0; }

 p { color: rgb(208,237,176); }

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

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

 a { background-color: rgb(208,237,176); }

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

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

 span { border-color: rgb(208,237,176); }

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