#DDF49B

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

Shades of Reef #DDF49B

Tints of Reef #DDF49B

Color information

#DDF49B (or 0xDDF49B) is unknown color: approx Reef. HEX triplet: DD, F4 and 9B. RGB value is (221,244,155). Sum of RGB (Red+Green+Blue) = 221+244+155=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 244 (95.70% from 255 or 39.35% from 620); Blue value is 155 (60.94% from 255 or 25% from 620); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF49B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF49B is #220B64. Grayscale: #E3E3E3. Windows color (decimal): -2231141 or 10220765. OLE color: 10220765.

HSL color Cylindrical-coordinate representation of color #DDF49B: hue angle of 75.51º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DDF49B is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB221244155-
CMYK0.0900.360.04
HSL75.51º80.18%78.24%-
HSV(B)75.51º36.48%95.69%-
XYZ68.0982.4443.33-
YUV226.9887.38123.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.65%
GREEN value IS 244 (95.70% from 255) = 39.35%
BLUE value IS 155 (60.94% from 255) = 25%
R=35.65%
G=39.35%
B=25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2212441550.0900.360.0475.5180.1878.24
HexDDF49B902444c504e
Octal335364233110444114120116
Binary11011101111101001001101110010100100100100110010100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF49B; }

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

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

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

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

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

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

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

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