#DCE9A1

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

Shades of Reef #DCE9A1

Tints of Reef #DCE9A1

Color information

#DCE9A1 (or 0xDCE9A1) is unknown color: approx Reef. HEX triplet: DC, E9 and A1. RGB value is (220,233,161). Sum of RGB (Red+Green+Blue) = 220+233+161=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 233 (91.41% from 255 or 37.95% from 614); Blue value is 161 (63.28% from 255 or 26.22% from 614); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE9A1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE9A1 is #23165E. Grayscale: #DDDDDD. Windows color (decimal): -2299487 or 10611164. OLE color: 10611164.

HSL color Cylindrical-coordinate representation of color #DCE9A1: hue angle of 70.83º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCE9A1 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB220233161-
CMYK0.0600.310.09
HSL70.83º62.07%77.25%-
HSV(B)70.83º30.9%91.37%-
XYZ65.0976.0744.97-
YUV220.994.19127.35-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.83%
GREEN value IS 233 (91.41% from 255) = 37.95%
BLUE value IS 161 (63.28% from 255) = 26.22%
R=35.83%
G=37.95%
B=26.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202331610.0600.310.0970.8362.0777.25
HexDCE9A1601F9473e4d
Octal33435124160371110776115
Binary110111001110100110100001110011111100110001111111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE9A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE9A1; }

 p { color: rgb(220,233,161); }

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

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

 a { background-color: rgb(220,233,161); }

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

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

 span { border-color: rgb(220,233,161); }

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