#DDFBA9

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

Shades of Reef #DDFBA9

Tints of Reef #DDFBA9

Color information

#DDFBA9 (or 0xDDFBA9) is unknown color: approx Reef. HEX triplet: DD, FB and A9. RGB value is (221,251,169). Sum of RGB (Red+Green+Blue) = 221+251+169=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 251 (98.44% from 255 or 39.16% from 641); Blue value is 169 (66.41% from 255 or 26.37% from 641); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFBA9 is #220456. Grayscale: #E8E8E8. Windows color (decimal): -2229335 or 11140061. OLE color: 11140061.

HSL color Cylindrical-coordinate representation of color #DDFBA9: hue angle of 81.95º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDFBA9 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB221251169-
CMYK0.1200.330.02
HSL81.95º91.11%82.35%-
HSV(B)81.95º32.67%98.43%-
XYZ71.4887.2350.61-
YUV232.6892.06119.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.48%
GREEN value IS 251 (98.44% from 255) = 39.16%
BLUE value IS 169 (66.41% from 255) = 26.37%
R=34.48%
G=39.16%
B=26.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212511690.1200.330.0281.9591.1182.35
HexDDFBA9C0212525b52
Octal335373251140412122133122
Binary1101110111111011101010011100010000110101001010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFBA9; }

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

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

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

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

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

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

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

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