#DDF49C

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

Shades of Reef #DDF49C

Tints of Reef #DDF49C

Color information

#DDF49C (or 0xDDF49C) is unknown color: approx Reef. HEX triplet: DD, F4 and 9C. RGB value is (221,244,156). Sum of RGB (Red+Green+Blue) = 221+244+156=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 244 (95.70% from 255 or 39.29% from 621); Blue value is 156 (61.33% from 255 or 25.12% from 621); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF49C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF49C is #220B63. Grayscale: #E3E3E3. Windows color (decimal): -2231140 or 10286301. OLE color: 10286301.

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

Color convert

RGB221244156-
CMYK0.0900.360.04
HSL75.68º80%78.43%-
HSV(B)75.68º36.07%95.69%-
XYZ68.1782.4743.78-
YUV227.0987.88123.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.59%
GREEN value IS 244 (95.70% from 255) = 39.29%
BLUE value IS 156 (61.33% from 255) = 25.12%
R=35.59%
G=39.29%
B=25.12%

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
Decimal2212441560.0900.360.0475.688078.43
HexDDF49C902444c504e
Octal335364234110444114120116
Binary11011101111101001001110010010100100100100110010100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF49C; }

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

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

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

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

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

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

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

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