#DDFEA8

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

Shades of Reef #DDFEA8

Tints of Reef #DDFEA8

Color information

#DDFEA8 (or 0xDDFEA8) is unknown color: approx Reef. HEX triplet: DD, FE and A8. RGB value is (221,254,168). Sum of RGB (Red+Green+Blue) = 221+254+168=643 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.37% from 643); Green value is 254 (99.61% from 255 or 39.50% from 643); Blue value is 168 (66.02% from 255 or 26.13% from 643); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFEA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFEA8 is #220157. Grayscale: #EAEAEA. Windows color (decimal): -2228568 or 11075293. OLE color: 11075293.

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

Color convert

RGB221254168-
CMYK0.1300.340.00
HSL83.02º97.73%82.75%-
HSV(B)83.02º33.86%99.61%-
XYZ72.3389.0850.43-
YUV234.3390.57118.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.37%
GREEN value IS 254 (99.61% from 255) = 39.50%
BLUE value IS 168 (66.02% from 255) = 26.13%
R=34.37%
G=39.50%
B=26.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2212541680.1300.340.0083.0297.7382.75
HexDDFEA8D0220536253
Octal335376250150420123142123
Binary110111011111111010101000110101000100101001111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFEA8; }

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

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

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

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

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

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

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

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