#DDFA9D

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

Shades of Reef #DDFA9D

Tints of Reef #DDFA9D

Color information

#DDFA9D (or 0xDDFA9D) is unknown color: approx Reef. HEX triplet: DD, FA and 9D. RGB value is (221,250,157). Sum of RGB (Red+Green+Blue) = 221+250+157=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 250 (98.05% from 255 or 39.81% from 628); Blue value is 157 (61.72% from 255 or 25% from 628); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFA9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFA9D is #220562. Grayscale: #E7E7E7. Windows color (decimal): -2229603 or 10353373. OLE color: 10353373.

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

Color convert

RGB221250157-
CMYK0.1200.370.02
HSL78.71º90.29%79.8%-
HSV(B)78.71º37.2%98.04%-
XYZ70.0986.1844.84-
YUV230.7386.39121.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.19%
GREEN value IS 250 (98.05% from 255) = 39.81%
BLUE value IS 157 (61.72% from 255) = 25%
R=35.19%
G=39.81%
B=25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212501570.1200.370.0278.7190.2979.8
HexDDFA9DC02524f5a50
Octal335372235140452117132120
Binary1101110111111010100111011100010010110100111110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFA9D; }

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

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

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

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

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

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

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

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