#DDF0AC

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

Shades of Reef #DDF0AC

Tints of Reef #DDF0AC

Color information

#DDF0AC (or 0xDDF0AC) is unknown color: approx Reef. HEX triplet: DD, F0 and AC. RGB value is (221,240,172). Sum of RGB (Red+Green+Blue) = 221+240+172=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 240 (94.14% from 255 or 37.91% from 633); Blue value is 172 (67.58% from 255 or 27.17% from 633); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF0AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF0AC is #220F53. Grayscale: #E2E2E2. Windows color (decimal): -2232148 or 11333853. OLE color: 11333853.

HSL color Cylindrical-coordinate representation of color #DDF0AC: hue angle of 76.76º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDF0AC is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB221240172-
CMYK0.0800.280.06
HSL76.76º69.39%80.78%-
HSV(B)76.76º28.33%94.12%-
XYZ68.4380.6750.99-
YUV226.5797.21124.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.91%
GREEN value IS 240 (94.14% from 255) = 37.91%
BLUE value IS 172 (67.58% from 255) = 27.17%
R=34.91%
G=37.91%
B=27.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2212401720.0800.280.0676.7669.3980.78
HexDDF0AC801C64d4551
Octal335360254100346115105121
Binary1101110111110000101011001000011100110100110110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF0AC; }

 p { color: rgb(221,240,172); }

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

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

 a { background-color: rgb(221,240,172); }

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

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

 span { border-color: rgb(221,240,172); }

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