#DDF7AD

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

Shades of Reef #DDF7AD

Tints of Reef #DDF7AD

Color information

#DDF7AD (or 0xDDF7AD) is unknown color: approx Reef. HEX triplet: DD, F7 and AD. RGB value is (221,247,173). Sum of RGB (Red+Green+Blue) = 221+247+173=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 247 (96.88% from 255 or 38.53% from 641); Blue value is 173 (67.97% from 255 or 26.99% from 641); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF7AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF7AD is #220852. Grayscale: #E7E7E7. Windows color (decimal): -2230355 or 11401181. OLE color: 11401181.

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

Color convert

RGB221247173-
CMYK0.1100.300.03
HSL81.08º82.22%82.35%-
HSV(B)81.08º29.96%96.86%-
XYZ70.6284.9152.2-
YUV230.7995.39121.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.48%
GREEN value IS 247 (96.88% from 255) = 38.53%
BLUE value IS 173 (67.97% from 255) = 26.99%
R=34.48%
G=38.53%
B=26.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2212471730.1100.300.0381.0882.2282.35
HexDDF7ADB01E3515252
Octal335367255130363121122122
Binary110111011111011110101101101101111011101000110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF7AD; }

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

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

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

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

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

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

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

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