#DDF4AC

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

Shades of Reef #DDF4AC

Tints of Reef #DDF4AC

Color information

#DDF4AC (or 0xDDF4AC) is unknown color: approx Reef. HEX triplet: DD, F4 and AC. RGB value is (221,244,172). Sum of RGB (Red+Green+Blue) = 221+244+172=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 244 (95.70% from 255 or 38.30% from 637); Blue value is 172 (67.58% from 255 or 27.00% from 637); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF4AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF4AC is #220B53. Grayscale: #E5E5E5. Windows color (decimal): -2231124 or 11334877. OLE color: 11334877.

HSL color Cylindrical-coordinate representation of color #DDF4AC: hue angle of 79.17º degrees, saturation: 0.77, 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 #DDF4AC is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB221244172-
CMYK0.0900.300.04
HSL79.17º76.6%81.57%-
HSV(B)79.17º29.51%95.69%-
XYZ69.6283.0551.39-
YUV228.9195.88122.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.69%
GREEN value IS 244 (95.70% from 255) = 38.30%
BLUE value IS 172 (67.58% from 255) = 27.00%
R=34.69%
G=38.30%
B=27.00%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2212441720.0900.300.0479.1776.681.57
HexDDF4AC901E44f4d52
Octal335364254110364117115122
Binary1101110111110100101011001001011110100100111110011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF4AC; }

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

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

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

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

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

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

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

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