#D0EB9D

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

Shades of Reef #D0EB9D

Tints of Reef #D0EB9D

Color information

#D0EB9D (or 0xD0EB9D) is unknown color: approx Reef. HEX triplet: D0, EB and 9D. RGB value is (208,235,157). Sum of RGB (Red+Green+Blue) = 208+235+157=600 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.67% from 600); Green value is 235 (92.19% from 255 or 39.17% from 600); Blue value is 157 (61.72% from 255 or 26.17% from 600); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EB9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EB9D is #2F1462. Grayscale: #DADADA. Windows color (decimal): -3085411 or 10349520. OLE color: 10349520.

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

Color convert

RGB208235157-
CMYK0.1100.330.08
HSL80.77º66.1%76.86%-
HSV(B)80.77º33.19%92.16%-
XYZ61.8175.2643.17-
YUV218.0493.55120.84-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.67%
GREEN value IS 235 (92.19% from 255) = 39.17%
BLUE value IS 157 (61.72% from 255) = 26.17%
R=34.67%
G=39.17%
B=26.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2082351570.1100.330.0880.7766.176.86
HexD0EB9DB021851424d
Octal3203532351304110121102115
Binary110100001110101110011101101101000011000101000110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EB9D; }

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

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

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

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

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

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

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

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