#DDF1AA

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

Shades of Reef #DDF1AA

Tints of Reef #DDF1AA

Color information

#DDF1AA (or 0xDDF1AA) is unknown color: approx Reef. HEX triplet: DD, F1 and AA. RGB value is (221,241,170). Sum of RGB (Red+Green+Blue) = 221+241+170=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 241 (94.53% from 255 or 38.13% from 632); Blue value is 170 (66.80% from 255 or 26.90% from 632); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF1AA is #220E55. Grayscale: #E3E3E3. Windows color (decimal): -2231894 or 11203037. OLE color: 11203037.

HSL color Cylindrical-coordinate representation of color #DDF1AA: hue angle of 76.9º degrees, saturation: 0.72, 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 #DDF1AA is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB221241170-
CMYK0.0800.290.05
HSL76.9º71.72%80.59%-
HSV(B)76.9º29.46%94.51%-
XYZ68.5381.1950.09-
YUV226.9395.87123.77-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.97%
GREEN value IS 241 (94.53% from 255) = 38.13%
BLUE value IS 170 (66.80% from 255) = 26.90%
R=34.97%
G=38.13%
B=26.90%

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
Decimal2212411700.0800.290.0576.971.7280.59
HexDDF1AA801D54d4851
Octal335361252100355115110121
Binary1101110111110001101010101000011101101100110110010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF1AA; }

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

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

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

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

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

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

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

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