#DDFC9D

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

Shades of Reef #DDFC9D

Tints of Reef #DDFC9D

Color information

#DDFC9D (or 0xDDFC9D) is unknown color: approx Reef. HEX triplet: DD, FC and 9D. RGB value is (221,252,157). Sum of RGB (Red+Green+Blue) = 221+252+157=630 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.08% from 630); Green value is 252 (98.83% from 255 or 40% from 630); Blue value is 157 (61.72% from 255 or 24.92% from 630); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFC9D is #220362. Grayscale: #E8E8E8. Windows color (decimal): -2229091 or 10353885. OLE color: 10353885.

HSL color Cylindrical-coordinate representation of color #DDFC9D: hue angle of 79.58º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DDFC9D is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB221252157-
CMYK0.1200.380.01
HSL79.58º94.06%80.2%-
HSV(B)79.58º37.7%98.82%-
XYZ70.7287.4345.05-
YUV231.985.73120.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.08%
GREEN value IS 252 (98.83% from 255) = 40%
BLUE value IS 157 (61.72% from 255) = 24.92%
R=35.08%
G=40%
B=24.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212521570.1200.380.0179.5894.0680.2
HexDDFC9DC0261505e50
Octal335374235140461120136120
Binary110111011111110010011101110001001101101000010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFC9D; }

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

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

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

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

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

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

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

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