#DDEC9E

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

Shades of Reef #DDEC9E

Tints of Reef #DDEC9E

Color information

#DDEC9E (or 0xDDEC9E) is unknown color: approx Reef. HEX triplet: DD, EC and 9E. RGB value is (221,236,158). Sum of RGB (Red+Green+Blue) = 221+236+158=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 236 (92.58% from 255 or 38.37% from 615); Blue value is 158 (62.11% from 255 or 25.69% from 615); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEC9E is #221361. Grayscale: #DEDEDE. Windows color (decimal): -2233186 or 10415325. OLE color: 10415325.

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

Color convert

RGB221236158-
CMYK0.0600.330.07
HSL71.54º67.24%77.25%-
HSV(B)71.54º33.05%92.55%-
XYZ65.9977.8343.89-
YUV222.6291.53126.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.93%
GREEN value IS 236 (92.58% from 255) = 38.37%
BLUE value IS 158 (62.11% from 255) = 25.69%
R=35.93%
G=38.37%
B=25.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212361580.0600.330.0771.5467.2477.25
HexDDEC9E6021748434d
Octal33535423660417110103115
Binary1101110111101100100111101100100001111100100010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEC9E; }

 p { color: rgb(221,236,158); }

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

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

 a { background-color: rgb(221,236,158); }

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

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

 span { border-color: rgb(221,236,158); }

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