#DCEA9D

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

Shades of Reef #DCEA9D

Tints of Reef #DCEA9D

Color information

#DCEA9D (or 0xDCEA9D) is unknown color: approx Reef. HEX triplet: DC, EA and 9D. RGB value is (220,234,157). Sum of RGB (Red+Green+Blue) = 220+234+157=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 234 (91.80% from 255 or 38.30% from 611); Blue value is 157 (61.72% from 255 or 25.70% from 611); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEA9D is #231562. Grayscale: #DDDDDD. Windows color (decimal): -2299235 or 10349276. OLE color: 10349276.

HSL color Cylindrical-coordinate representation of color #DCEA9D: hue angle of 70.91º degrees, saturation: 0.65, 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 #DCEA9D is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB220234157-
CMYK0.0600.330.08
HSL70.91º64.71%76.67%-
HSV(B)70.91º32.91%91.76%-
XYZ65.0276.543.24-
YUV221.0491.86127.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.01%
GREEN value IS 234 (91.80% from 255) = 38.30%
BLUE value IS 157 (61.72% from 255) = 25.70%
R=36.01%
G=38.30%
B=25.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202341570.0600.330.0870.9164.7176.67
HexDCEA9D6021847414d
Octal334352235604110107101115
Binary11011100111010101001110111001000011000100011110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEA9D; }

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

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

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

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

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

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

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

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