#DDF2A1

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

Shades of Reef #DDF2A1

Tints of Reef #DDF2A1

Color information

#DDF2A1 (or 0xDDF2A1) is unknown color: approx Reef. HEX triplet: DD, F2 and A1. RGB value is (221,242,161). Sum of RGB (Red+Green+Blue) = 221+242+161=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 242 (94.92% from 255 or 38.78% from 624); Blue value is 161 (63.28% from 255 or 25.80% from 624); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2A1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF2A1 is #220D5E. Grayscale: #E2E2E2. Windows color (decimal): -2231647 or 10613469. OLE color: 10613469.

HSL color Cylindrical-coordinate representation of color #DDF2A1: hue angle of 75.56º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDF2A1 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB221242161-
CMYK0.0900.330.05
HSL75.56º75.7%79.02%-
HSV(B)75.56º33.47%94.9%-
XYZ6881.4545.86-
YUV226.4991.04124.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.42%
GREEN value IS 242 (94.92% from 255) = 38.78%
BLUE value IS 161 (63.28% from 255) = 25.80%
R=35.42%
G=38.78%
B=25.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212421610.0900.330.0575.5675.779.02
HexDDF2A1902154c4c4f
Octal335362241110415114114117
Binary11011101111100101010000110010100001101100110010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF2A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF2A1; }

 p { color: rgb(221,242,161); }

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

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

 a { background-color: rgb(221,242,161); }

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

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

 span { border-color: rgb(221,242,161); }

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