#DDFDA0

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

Shades of Reef #DDFDA0

Tints of Reef #DDFDA0

Color information

#DDFDA0 (or 0xDDFDA0) is unknown color: approx Reef. HEX triplet: DD, FD and A0. RGB value is (221,253,160). Sum of RGB (Red+Green+Blue) = 221+253+160=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 253 (99.22% from 255 or 39.91% from 634); Blue value is 160 (62.89% from 255 or 25.24% from 634); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFDA0 is #22025F. Grayscale: #E9E9E9. Windows color (decimal): -2228832 or 10550749. OLE color: 10550749.

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

Color convert

RGB221253160-
CMYK0.1300.370.01
HSL80.65º95.88%80.98%-
HSV(B)80.65º36.76%99.22%-
XYZ71.2988.1646.52-
YUV232.8386.9119.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.86%
GREEN value IS 253 (99.22% from 255) = 39.91%
BLUE value IS 160 (62.89% from 255) = 25.24%
R=34.86%
G=39.91%
B=25.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212531600.1300.370.0180.6595.8880.98
HexDDFDA0D0251516051
Octal335375240150451121140121
Binary110111011111110110100000110101001011101000111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFDA0; }

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

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

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

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

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

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

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

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