#DDF1AC

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

Shades of Reef #DDF1AC

Tints of Reef #DDF1AC

Color information

#DDF1AC (or 0xDDF1AC) is unknown color: approx Reef. HEX triplet: DD, F1 and AC. RGB value is (221,241,172). Sum of RGB (Red+Green+Blue) = 221+241+172=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 241 (94.53% from 255 or 38.01% from 634); Blue value is 172 (67.58% from 255 or 27.13% from 634); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF1AC is #220E53. Grayscale: #E3E3E3. Windows color (decimal): -2231892 or 11334109. OLE color: 11334109.

HSL color Cylindrical-coordinate representation of color #DDF1AC: hue angle of 77.39º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDF1AC is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB221241172-
CMYK0.0800.290.05
HSL77.39º71.13%80.98%-
HSV(B)77.39º28.63%94.51%-
XYZ68.7281.2651.09-
YUV227.1596.87123.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.86%
GREEN value IS 241 (94.53% from 255) = 38.01%
BLUE value IS 172 (67.58% from 255) = 27.13%
R=34.86%
G=38.01%
B=27.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212411720.0800.290.0577.3971.1380.98
HexDDF1AC801D54d4751
Octal335361254100355115107121
Binary1101110111110001101011001000011101101100110110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF1AC; }

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

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

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

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

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

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

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

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