#DDFDAD

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

Shades of Reef #DDFDAD

Tints of Reef #DDFDAD

Color information

#DDFDAD (or 0xDDFDAD) is unknown color: approx Reef. HEX triplet: DD, FD and AD. RGB value is (221,253,173). Sum of RGB (Red+Green+Blue) = 221+253+173=647 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.16% from 647); Green value is 253 (99.22% from 255 or 39.10% from 647); Blue value is 173 (67.97% from 255 or 26.74% from 647); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFDAD is #220252. Grayscale: #EAEAEA. Windows color (decimal): -2228819 or 11402717. OLE color: 11402717.

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

Color convert

RGB221253173-
CMYK0.1300.320.01
HSL84º95.24%83.53%-
HSV(B)84º31.62%99.22%-
XYZ72.4988.6452.82-
YUV234.3193.4118.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.16%
GREEN value IS 253 (99.22% from 255) = 39.10%
BLUE value IS 173 (67.97% from 255) = 26.74%
R=34.16%
G=39.10%
B=26.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212531730.1300.320.018495.2483.53
HexDDFDADD0201545f54
Octal335375255150401124137124
Binary110111011111110110101101110101000001101010010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFDAD; }

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

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

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

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

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

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

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

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