#DDFEAC

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

Shades of Reef #DDFEAC

Tints of Reef #DDFEAC

Color information

#DDFEAC (or 0xDDFEAC) is unknown color: approx Reef. HEX triplet: DD, FE and AC. RGB value is (221,254,172). Sum of RGB (Red+Green+Blue) = 221+254+172=647 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.16% from 647); Green value is 254 (99.61% from 255 or 39.26% from 647); Blue value is 172 (67.58% from 255 or 26.58% from 647); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFEAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFEAC is #220153. Grayscale: #EBEBEB. Windows color (decimal): -2228564 or 11337437. OLE color: 11337437.

HSL color Cylindrical-coordinate representation of color #DDFEAC: hue angle of 84.15º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDFEAC is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.

Color convert

RGB221254172-
CMYK0.1300.320.00
HSL84.15º97.62%83.53%-
HSV(B)84.15º32.28%99.61%-
XYZ72.7189.2352.42-
YUV234.7892.57118.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.16%
GREEN value IS 254 (99.61% from 255) = 39.26%
BLUE value IS 172 (67.58% from 255) = 26.58%
R=34.16%
G=39.26%
B=26.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2212541720.1300.320.0084.1597.6283.53
HexDDFEACD0200546254
Octal335376254150400124142124
Binary110111011111111010101100110101000000101010011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFEAC; }

 p { color: rgb(221,254,172); }

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

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

 a { background-color: rgb(221,254,172); }

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

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

 span { border-color: rgb(221,254,172); }

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