#DCEA9F

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

Shades of Reef #DCEA9F

Tints of Reef #DCEA9F

Color information

#DCEA9F (or 0xDCEA9F) is unknown color: approx Reef. HEX triplet: DC, EA and 9F. RGB value is (220,234,159). Sum of RGB (Red+Green+Blue) = 220+234+159=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 234 (91.80% from 255 or 38.17% from 613); Blue value is 159 (62.5% from 255 or 25.94% from 613); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEA9F is #231560. Grayscale: #DDDDDD. Windows color (decimal): -2299233 or 10480348. OLE color: 10480348.

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

Color convert

RGB220234159-
CMYK0.0600.320.08
HSL71.2º64.1%77.06%-
HSV(B)71.2º32.05%91.76%-
XYZ65.276.5644.14-
YUV221.2692.86127.1-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.89%
GREEN value IS 234 (91.80% from 255) = 38.17%
BLUE value IS 159 (62.5% from 255) = 25.94%
R=35.89%
G=38.17%
B=25.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202341590.0600.320.0871.264.177.06
HexDCEA9F6020847404d
Octal334352237604010107100115
Binary11011100111010101001111111001000001000100011110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEA9F; }

 p { color: rgb(220,234,159); }

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

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

 a { background-color: rgb(220,234,159); }

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

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

 span { border-color: rgb(220,234,159); }

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