#DDF7A4

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

Shades of Reef #DDF7A4

Tints of Reef #DDF7A4

Color information

#DDF7A4 (or 0xDDF7A4) is unknown color: approx Reef. HEX triplet: DD, F7 and A4. RGB value is (221,247,164). Sum of RGB (Red+Green+Blue) = 221+247+164=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 247 (96.88% from 255 or 39.08% from 632); Blue value is 164 (64.45% from 255 or 25.95% from 632); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF7A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF7A4 is #22085B. Grayscale: #E6E6E6. Windows color (decimal): -2230364 or 10811357. OLE color: 10811357.

HSL color Cylindrical-coordinate representation of color #DDF7A4: hue angle of 78.8º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DDF7A4 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.03.

Color convert

RGB221247164-
CMYK0.1100.340.03
HSL78.8º83.84%80.59%-
HSV(B)78.8º33.6%96.86%-
XYZ69.7884.5747.77-
YUV229.7690.89121.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.97%
GREEN value IS 247 (96.88% from 255) = 39.08%
BLUE value IS 164 (64.45% from 255) = 25.95%
R=34.97%
G=39.08%
B=25.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2212471640.1100.340.0378.883.8480.59
HexDDF7A4B02234f5451
Octal335367244130423117124121
Binary1101110111110111101001001011010001011100111110101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF7A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF7A4; }

 p { color: rgb(221,247,164); }

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

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

 a { background-color: rgb(221,247,164); }

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

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

 span { border-color: rgb(221,247,164); }

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