#DDFDA4

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

Shades of Reef #DDFDA4

Tints of Reef #DDFDA4

Color information

#DDFDA4 (or 0xDDFDA4) is unknown color: approx Reef. HEX triplet: DD, FD and A4. RGB value is (221,253,164). Sum of RGB (Red+Green+Blue) = 221+253+164=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 253 (99.22% from 255 or 39.66% from 638); Blue value is 164 (64.45% from 255 or 25.71% from 638); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFDA4 is #22025B. Grayscale: #E9E9E9. Windows color (decimal): -2228828 or 10812893. OLE color: 10812893.

HSL color Cylindrical-coordinate representation of color #DDFDA4: hue angle of 81.57º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DDFDA4 is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB221253164-
CMYK0.1300.350.01
HSL81.57º95.7%81.76%-
HSV(B)81.57º35.18%99.22%-
XYZ71.6488.348.39-
YUV233.2988.9119.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.64%
GREEN value IS 253 (99.22% from 255) = 39.66%
BLUE value IS 164 (64.45% from 255) = 25.71%
R=34.64%
G=39.66%
B=25.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212531640.1300.350.0181.5795.781.76
HexDDFDA4D0231526052
Octal335375244150431122140122
Binary110111011111110110100100110101000111101001011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFDA4; }

 p { color: rgb(221,253,164); }

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

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

 a { background-color: rgb(221,253,164); }

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

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

 span { border-color: rgb(221,253,164); }

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