#DDEC9D

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

Shades of Reef #DDEC9D

Tints of Reef #DDEC9D

Color information

#DDEC9D (or 0xDDEC9D) is unknown color: approx Reef. HEX triplet: DD, EC and 9D. RGB value is (221,236,157). Sum of RGB (Red+Green+Blue) = 221+236+157=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 236 (92.58% from 255 or 38.44% from 614); Blue value is 157 (61.72% from 255 or 25.57% from 614); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEC9D is #221362. Grayscale: #DEDEDE. Windows color (decimal): -2233187 or 10349789. OLE color: 10349789.

HSL color Cylindrical-coordinate representation of color #DDEC9D: hue angle of 71.39º degrees, saturation: 0.68, 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 #DDEC9D is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB221236157-
CMYK0.0600.330.07
HSL71.39º67.52%77.06%-
HSV(B)71.39º33.47%92.55%-
XYZ65.977.843.44-
YUV222.5191.03126.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.99%
GREEN value IS 236 (92.58% from 255) = 38.44%
BLUE value IS 157 (61.72% from 255) = 25.57%
R=35.99%
G=38.44%
B=25.57%

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
Decimal2212361570.0600.330.0771.3967.5277.06
HexDDEC9D6021747444d
Octal33535423560417107104115
Binary1101110111101100100111011100100001111100011110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEC9D; }

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

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

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

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

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

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

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

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