#DDFFAA

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

Shades of Reef #DDFFAA

Tints of Reef #DDFFAA

Color information

#DDFFAA (or 0xDDFFAA) is unknown color: approx Reef. HEX triplet: DD, FF and AA. RGB value is (221,255,170). Sum of RGB (Red+Green+Blue) = 221+255+170=646 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.21% from 646); Green value is 255 (100% from 255 or 39.47% from 646); Blue value is 170 (66.80% from 255 or 26.32% from 646); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFFAA is #220055. Grayscale: #EBEBEB. Windows color (decimal): -2228310 or 11206621. OLE color: 11206621.

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

Color convert

RGB221255170-
CMYK0.1300.330
HSL84º100%83.33%-
HSV(B)84º33.33%100%-
XYZ72.8389.7951.52-
YUV235.1491.24117.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.21%
GREEN value IS 255 (100% from 255) = 39.47%
BLUE value IS 170 (66.80% from 255) = 26.32%
R=34.21%
G=39.47%
B=26.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2212551700.1300.3308410083.33
HexDDFFAAD0210546453
Octal335377252150410124144123
Binary110111011111111110101010110101000010101010011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFFAA; }

 p { color: rgb(221,255,170); }

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

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

 a { background-color: rgb(221,255,170); }

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

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

 span { border-color: rgb(221,255,170); }

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