#D0EBAA

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

Shades of Reef #D0EBAA

Tints of Reef #D0EBAA

Color information

#D0EBAA (or 0xD0EBAA) is unknown color: approx Reef. HEX triplet: D0, EB and AA. RGB value is (208,235,170). Sum of RGB (Red+Green+Blue) = 208+235+170=613 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.93% from 613); Green value is 235 (92.19% from 255 or 38.34% from 613); Blue value is 170 (66.80% from 255 or 27.73% from 613); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EBAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EBAA is #2F1455. Grayscale: #DBDBDB. Windows color (decimal): -3085398 or 11201488. OLE color: 11201488.

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

Color convert

RGB208235170-
CMYK0.1100.280.08
HSL84.92º61.9%79.41%-
HSV(B)84.92º27.66%92.16%-
XYZ62.9875.7349.33-
YUV219.52100.05119.79-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.93%
GREEN value IS 235 (92.19% from 255) = 38.34%
BLUE value IS 170 (66.80% from 255) = 27.73%
R=33.93%
G=38.34%
B=27.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2082351700.1100.280.0884.9261.979.41
HexD0EBAAB01C8553e4f
Octal320353252130341012576117
Binary1101000011101011101010101011011100100010101011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EBAA; }

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

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

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

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

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

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

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

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