#DCEBA6

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

Shades of Reef #DCEBA6

Tints of Reef #DCEBA6

Color information

#DCEBA6 (or 0xDCEBA6) is unknown color: approx Reef. HEX triplet: DC, EB and A6. RGB value is (220,235,166). Sum of RGB (Red+Green+Blue) = 220+235+166=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 235 (92.19% from 255 or 37.84% from 621); Blue value is 166 (65.23% from 255 or 26.73% from 621); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEBA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEBA6 is #231459. Grayscale: #DEDEDE. Windows color (decimal): -2298970 or 10939356. OLE color: 10939356.

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

Color convert

RGB220235166-
CMYK0.0600.290.08
HSL73.04º63.3%78.63%-
HSV(B)73.04º29.36%92.16%-
XYZ66.1177.3947.53-
YUV222.6596.03126.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.43%
GREEN value IS 235 (92.19% from 255) = 37.84%
BLUE value IS 166 (65.23% from 255) = 26.73%
R=35.43%
G=37.84%
B=26.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202351660.0600.290.0873.0463.378.63
HexDCEBA6601D8493f4f
Octal33435324660351011177117
Binary110111001110101110100110110011101100010010011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEBA6; }

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

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

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

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

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

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

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

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