#DDEEA9

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

Shades of Reef #DDEEA9

Tints of Reef #DDEEA9

Color information

#DDEEA9 (or 0xDDEEA9) is unknown color: approx Reef. HEX triplet: DD, EE and A9. RGB value is (221,238,169). Sum of RGB (Red+Green+Blue) = 221+238+169=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 238 (93.36% from 255 or 37.90% from 628); Blue value is 169 (66.41% from 255 or 26.91% from 628); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEEA9 is #221156. Grayscale: #E1E1E1. Windows color (decimal): -2232663 or 11136733. OLE color: 11136733.

HSL color Cylindrical-coordinate representation of color #DDEEA9: hue angle of 74.78º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDEEA9 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB221238169-
CMYK0.0700.290.07
HSL74.78º66.99%79.8%-
HSV(B)74.78º28.99%93.33%-
XYZ67.5579.3949.3-
YUV225.0596.37125.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.19%
GREEN value IS 238 (93.36% from 255) = 37.90%
BLUE value IS 169 (66.41% from 255) = 26.91%
R=35.19%
G=37.90%
B=26.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212381690.0700.290.0774.7866.9979.8
HexDDEEA9701D74b4350
Octal33535625170357113103120
Binary110111011110111010101001111011101111100101110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEEA9; }

 p { color: rgb(221,238,169); }

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

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

 a { background-color: rgb(221,238,169); }

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

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

 span { border-color: rgb(221,238,169); }

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