#DCEB9E

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

Shades of Reef #DCEB9E

Tints of Reef #DCEB9E

Color information

#DCEB9E (or 0xDCEB9E) is unknown color: approx Reef. HEX triplet: DC, EB and 9E. RGB value is (220,235,158). Sum of RGB (Red+Green+Blue) = 220+235+158=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 235 (92.19% from 255 or 38.34% from 613); Blue value is 158 (62.11% from 255 or 25.77% from 613); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEB9E is #231461. Grayscale: #DEDEDE. Windows color (decimal): -2298978 or 10415068. OLE color: 10415068.

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

Color convert

RGB220235158-
CMYK0.0600.330.08
HSL71.69º65.81%77.06%-
HSV(B)71.69º32.77%92.16%-
XYZ65.477.143.78-
YUV221.7492.03126.76-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.89%
GREEN value IS 235 (92.19% from 255) = 38.34%
BLUE value IS 158 (62.11% from 255) = 25.77%
R=35.89%
G=38.34%
B=25.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202351580.0600.330.0871.6965.8177.06
HexDCEB9E6021848424d
Octal334353236604110110102115
Binary11011100111010111001111011001000011000100100010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEB9E; }

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

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

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

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

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

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

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

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