#DCEBA0

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

Shades of Reef #DCEBA0

Tints of Reef #DCEBA0

Color information

#DCEBA0 (or 0xDCEBA0) is unknown color: approx Reef. HEX triplet: DC, EB and A0. RGB value is (220,235,160). Sum of RGB (Red+Green+Blue) = 220+235+160=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 235 (92.19% from 255 or 38.21% from 615); Blue value is 160 (62.89% from 255 or 26.02% from 615); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEBA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEBA0 is #23145F. Grayscale: #DEDEDE. Windows color (decimal): -2298976 or 10546140. OLE color: 10546140.

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

Color convert

RGB220235160-
CMYK0.0600.320.08
HSL72º65.22%77.45%-
HSV(B)72º31.91%92.16%-
XYZ65.5777.1744.7-
YUV221.9693.03126.6-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.77%
GREEN value IS 235 (92.19% from 255) = 38.21%
BLUE value IS 160 (62.89% from 255) = 26.02%
R=35.77%
G=38.21%
B=26.02%

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
Decimal2202351600.0600.320.087265.2277.45
HexDCEBA06020848414d
Octal334353240604010110101115
Binary11011100111010111010000011001000001000100100010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEBA0; }

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

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

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

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

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

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

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

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