#DDFA8D

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

Shades of Reef #DDFA8D

Tints of Reef #DDFA8D

Color information

#DDFA8D (or 0xDDFA8D) is unknown color: approx Reef. HEX triplet: DD, FA and 8D. RGB value is (221,250,141). Sum of RGB (Red+Green+Blue) = 221+250+141=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 250 (98.05% from 255 or 40.85% from 612); Blue value is 141 (55.47% from 255 or 23.04% from 612); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFA8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFA8D is #220572. Grayscale: #E5E5E5. Windows color (decimal): -2229619 or 9304797. OLE color: 9304797.

HSL color Cylindrical-coordinate representation of color #DDFA8D: hue angle of 75.96º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDFA8D is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB221250141-
CMYK0.1200.440.02
HSL75.96º91.6%76.67%-
HSV(B)75.96º43.6%98.04%-
XYZ68.8185.6738.11-
YUV228.978.39122.36-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.11%
GREEN value IS 250 (98.05% from 255) = 40.85%
BLUE value IS 141 (55.47% from 255) = 23.04%
R=36.11%
G=40.85%
B=23.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212501410.1200.440.0275.9691.676.67
HexDDFA8DC02C24c5c4d
Octal335372215140542114134115
Binary1101110111111010100011011100010110010100110010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFA8D; }

 p { color: rgb(221,250,141); }

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

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

 a { background-color: rgb(221,250,141); }

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

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

 span { border-color: rgb(221,250,141); }

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