#DDECA6

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

Shades of Reef #DDECA6

Tints of Reef #DDECA6

Color information

#DDECA6 (or 0xDDECA6) is unknown color: approx Reef. HEX triplet: DD, EC and A6. RGB value is (221,236,166). Sum of RGB (Red+Green+Blue) = 221+236+166=623 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.47% from 623); Green value is 236 (92.58% from 255 or 37.88% from 623); Blue value is 166 (65.23% from 255 or 26.65% from 623); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDECA6 is #221359. Grayscale: #DFDFDF. Windows color (decimal): -2233178 or 10939613. OLE color: 10939613.

HSL color Cylindrical-coordinate representation of color #DDECA6: hue angle of 72.86º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDECA6 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB221236166-
CMYK0.0600.300.07
HSL72.86º64.81%78.82%-
HSV(B)72.86º29.66%92.55%-
XYZ66.778.1247.64-
YUV223.5495.53126.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.47%
GREEN value IS 236 (92.58% from 255) = 37.88%
BLUE value IS 166 (65.23% from 255) = 26.65%
R=35.47%
G=37.88%
B=26.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212361660.0600.300.0772.8664.8178.82
HexDDECA6601E749414f
Octal33535424660367111101117
Binary110111011110110010100110110011110111100100110000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDECA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDECA6; }

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

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

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

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

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

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

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

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