#DDF5AC

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

Shades of Reef #DDF5AC

Tints of Reef #DDF5AC

Color information

#DDF5AC (or 0xDDF5AC) is unknown color: approx Reef. HEX triplet: DD, F5 and AC. RGB value is (221,245,172). Sum of RGB (Red+Green+Blue) = 221+245+172=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 245 (96.09% from 255 or 38.40% from 638); Blue value is 172 (67.58% from 255 or 26.96% from 638); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF5AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF5AC is #220A53. Grayscale: #E5E5E5. Windows color (decimal): -2230868 or 11335133. OLE color: 11335133.

HSL color Cylindrical-coordinate representation of color #DDF5AC: hue angle of 79.73º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDF5AC is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB221245172-
CMYK0.1000.300.04
HSL79.73º78.49%81.76%-
HSV(B)79.73º29.8%96.08%-
XYZ69.9283.6651.49-
YUV229.595.55121.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.64%
GREEN value IS 245 (96.09% from 255) = 38.40%
BLUE value IS 172 (67.58% from 255) = 26.96%
R=34.64%
G=38.40%
B=26.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2212451720.1000.300.0479.7378.4981.76
HexDDF5ACA01E4504e52
Octal335365254120364120116122
Binary1101110111110101101011001010011110100101000010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF5AC; }

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

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

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

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

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

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

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

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