#DDFBA7

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

Shades of Reef #DDFBA7

Tints of Reef #DDFBA7

Color information

#DDFBA7 (or 0xDDFBA7) is unknown color: approx Reef. HEX triplet: DD, FB and A7. RGB value is (221,251,167). Sum of RGB (Red+Green+Blue) = 221+251+167=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 251 (98.44% from 255 or 39.28% from 639); Blue value is 167 (65.62% from 255 or 26.13% from 639); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFBA7 is #220458. Grayscale: #E8E8E8. Windows color (decimal): -2229337 or 11008989. OLE color: 11008989.

HSL color Cylindrical-coordinate representation of color #DDFBA7: hue angle of 81.43º 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 #DDFBA7 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB221251167-
CMYK0.1200.330.02
HSL81.43º91.3%81.96%-
HSV(B)81.43º33.47%98.43%-
XYZ71.2987.1649.62-
YUV232.4591.06119.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.59%
GREEN value IS 251 (98.44% from 255) = 39.28%
BLUE value IS 167 (65.62% from 255) = 26.13%
R=34.59%
G=39.28%
B=26.13%

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
Decimal2212511670.1200.330.0281.4391.381.96
HexDDFBA7C0212515b52
Octal335373247140412121133122
Binary1101110111111011101001111100010000110101000110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFBA7; }

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

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

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

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

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

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

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

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