#DDF1AD

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

Shades of Reef #DDF1AD

Tints of Reef #DDF1AD

Color information

#DDF1AD (or 0xDDF1AD) is unknown color: approx Reef. HEX triplet: DD, F1 and AD. RGB value is (221,241,173). Sum of RGB (Red+Green+Blue) = 221+241+173=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 241 (94.53% from 255 or 37.95% from 635); Blue value is 173 (67.97% from 255 or 27.24% from 635); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF1AD is #220E52. Grayscale: #E3E3E3. Windows color (decimal): -2231891 or 11399645. OLE color: 11399645.

HSL color Cylindrical-coordinate representation of color #DDF1AD: hue angle of 77.65º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDF1AD is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB221241173-
CMYK0.0800.280.05
HSL77.65º70.83%81.18%-
HSV(B)77.65º28.22%94.51%-
XYZ68.8281.351.6-
YUV227.2797.37123.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.80%
GREEN value IS 241 (94.53% from 255) = 37.95%
BLUE value IS 173 (67.97% from 255) = 27.24%
R=34.80%
G=37.95%
B=27.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212411730.0800.280.0577.6570.8381.18
HexDDF1AD801C54e4751
Octal335361255100345116107121
Binary1101110111110001101011011000011100101100111010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF1AD; }

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

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

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

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

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

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

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

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