#DDEDA9

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

Shades of Reef #DDEDA9

Tints of Reef #DDEDA9

Color information

#DDEDA9 (or 0xDDEDA9) is unknown color: approx Reef. HEX triplet: DD, ED and A9. RGB value is (221,237,169). Sum of RGB (Red+Green+Blue) = 221+237+169=627 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.25% from 627); Green value is 237 (92.97% from 255 or 37.80% from 627); Blue value is 169 (66.41% from 255 or 26.95% from 627); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEDA9 is #221256. Grayscale: #E0E0E0. Windows color (decimal): -2232919 or 11136477. OLE color: 11136477.

HSL color Cylindrical-coordinate representation of color #DDEDA9: hue angle of 74.12º degrees, saturation: 0.65, 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 #DDEDA9 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB221237169-
CMYK0.0700.290.07
HSL74.12º65.38%79.61%-
HSV(B)74.12º28.69%92.94%-
XYZ67.2678.8149.2-
YUV224.4696.7125.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.25%
GREEN value IS 237 (92.97% from 255) = 37.80%
BLUE value IS 169 (66.41% from 255) = 26.95%
R=35.25%
G=37.80%
B=26.95%

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
Decimal2212371690.0700.290.0774.1265.3879.61
HexDDEDA9701D74a4150
Octal33535525170357112101120
Binary110111011110110110101001111011101111100101010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEDA9; }

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

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

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

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

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

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

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

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