#DCEBA4

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

Shades of Reef #DCEBA4

Tints of Reef #DCEBA4

Color information

#DCEBA4 (or 0xDCEBA4) is unknown color: approx Reef. HEX triplet: DC, EB and A4. RGB value is (220,235,164). Sum of RGB (Red+Green+Blue) = 220+235+164=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 235 (92.19% from 255 or 37.96% from 619); Blue value is 164 (64.45% from 255 or 26.49% from 619); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEBA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEBA4 is #23145B. Grayscale: #DEDEDE. Windows color (decimal): -2298972 or 10808284. OLE color: 10808284.

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

Color convert

RGB220235164-
CMYK0.0600.300.08
HSL72.68º63.96%78.24%-
HSV(B)72.68º30.21%92.16%-
XYZ65.9277.3146.57-
YUV222.4295.03126.27-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.54%
GREEN value IS 235 (92.19% from 255) = 37.96%
BLUE value IS 164 (64.45% from 255) = 26.49%
R=35.54%
G=37.96%
B=26.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202351640.0600.300.0872.6863.9678.24
HexDCEBA4601E849404e
Octal334353244603610111100116
Binary1101110011101011101001001100111101000100100110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEBA4; }

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

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

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

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

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

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

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

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