#DCEAA0

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

Shades of Reef #DCEAA0

Tints of Reef #DCEAA0

Color information

#DCEAA0 (or 0xDCEAA0) is unknown color: approx Reef. HEX triplet: DC, EA and A0. RGB value is (220,234,160). Sum of RGB (Red+Green+Blue) = 220+234+160=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 234 (91.80% from 255 or 38.11% from 614); Blue value is 160 (62.89% from 255 or 26.06% from 614); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEAA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEAA0 is #23155F. Grayscale: #DDDDDD. Windows color (decimal): -2299232 or 10545884. OLE color: 10545884.

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

Color convert

RGB220234160-
CMYK0.0600.320.08
HSL71.35º63.79%77.25%-
HSV(B)71.35º31.62%91.76%-
XYZ65.2876.644.6-
YUV221.3893.36127.02-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.83%
GREEN value IS 234 (91.80% from 255) = 38.11%
BLUE value IS 160 (62.89% from 255) = 26.06%
R=35.83%
G=38.11%
B=26.06%

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
Decimal2202341600.0600.320.0871.3563.7977.25
HexDCEAA06020847404d
Octal334352240604010107100115
Binary11011100111010101010000011001000001000100011110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEAA0; }

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

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

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

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

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

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

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

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