#DCEE9E

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

Shades of Reef #DCEE9E

Tints of Reef #DCEE9E

Color information

#DCEE9E (or 0xDCEE9E) is unknown color: approx Reef. HEX triplet: DC, EE and 9E. RGB value is (220,238,158). Sum of RGB (Red+Green+Blue) = 220+238+158=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 238 (93.36% from 255 or 38.64% from 616); Blue value is 158 (62.11% from 255 or 25.65% from 616); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEE9E is #231161. Grayscale: #DFDFDF. Windows color (decimal): -2298210 or 10415836. OLE color: 10415836.

HSL color Cylindrical-coordinate representation of color #DCEE9E: hue angle of 73.5º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCEE9E is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB220238158-
CMYK0.0800.340.07
HSL73.5º70.18%77.65%-
HSV(B)73.5º33.61%93.33%-
XYZ66.2678.8344.07-
YUV223.591.04125.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.71%
GREEN value IS 238 (93.36% from 255) = 38.64%
BLUE value IS 158 (62.11% from 255) = 25.65%
R=35.71%
G=38.64%
B=25.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202381580.0800.340.0773.570.1877.65
HexDCEE9E802274a464e
Octal334356236100427112106116
Binary11011100111011101001111010000100010111100101010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEE9E; }

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

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

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

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

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

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

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

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