#DDEC9C

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

Shades of Reef #DDEC9C

Tints of Reef #DDEC9C

Color information

#DDEC9C (or 0xDDEC9C) is unknown color: approx Reef. HEX triplet: DD, EC and 9C. RGB value is (221,236,156). Sum of RGB (Red+Green+Blue) = 221+236+156=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 236 (92.58% from 255 or 38.50% from 613); Blue value is 156 (61.33% from 255 or 25.45% from 613); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEC9C is #221363. Grayscale: #DEDEDE. Windows color (decimal): -2233188 or 10284253. OLE color: 10284253.

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

Color convert

RGB221236156-
CMYK0.0600.340.07
HSL71.25º67.8%76.86%-
HSV(B)71.25º33.9%92.55%-
XYZ65.8177.7642.99-
YUV222.490.53127-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.05%
GREEN value IS 236 (92.58% from 255) = 38.50%
BLUE value IS 156 (61.33% from 255) = 25.45%
R=36.05%
G=38.50%
B=25.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212361560.0600.340.0771.2567.876.86
HexDDEC9C6022747444d
Octal33535423460427107104115
Binary1101110111101100100111001100100010111100011110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEC9C; }

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

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

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

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

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

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

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

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