#DDF8A9

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

Shades of Reef #DDF8A9

Tints of Reef #DDF8A9

Color information

#DDF8A9 (or 0xDDF8A9) is unknown color: approx Reef. HEX triplet: DD, F8 and A9. RGB value is (221,248,169). Sum of RGB (Red+Green+Blue) = 221+248+169=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 248 (97.27% from 255 or 38.87% from 638); Blue value is 169 (66.41% from 255 or 26.49% from 638); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF8A9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF8A9 is #220756. Grayscale: #E7E7E7. Windows color (decimal): -2230103 or 11139293. OLE color: 11139293.

HSL color Cylindrical-coordinate representation of color #DDF8A9: hue angle of 80.51º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDF8A9 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.03.

Color convert

RGB221248169-
CMYK0.1100.320.03
HSL80.51º84.95%81.76%-
HSV(B)80.51º31.85%97.25%-
XYZ70.5585.3750.3-
YUV230.9293.05120.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.64%
GREEN value IS 248 (97.27% from 255) = 38.87%
BLUE value IS 169 (66.41% from 255) = 26.49%
R=34.64%
G=38.87%
B=26.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2212481690.1100.320.0380.5184.9581.76
HexDDF8A9B0203515552
Octal335370251130403121125122
Binary1101110111111000101010011011010000011101000110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF8A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF8A9; }

 p { color: rgb(221,248,169); }

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

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

 a { background-color: rgb(221,248,169); }

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

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

 span { border-color: rgb(221,248,169); }

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