#DDF896

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

Shades of Reef #DDF896

Tints of Reef #DDF896

Color information

#DDF896 (or 0xDDF896) is unknown color: approx Reef. HEX triplet: DD, F8 and 96. RGB value is (221,248,150). Sum of RGB (Red+Green+Blue) = 221+248+150=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 248 (97.27% from 255 or 40.06% from 619); Blue value is 150 (58.98% from 255 or 24.23% from 619); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF896 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF896 is #220769. Grayscale: #E5E5E5. Windows color (decimal): -2230122 or 9894109. OLE color: 9894109.

HSL color Cylindrical-coordinate representation of color #DDF896: hue angle of 76.53º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDF896 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB221248150-
CMYK0.1100.400.03
HSL76.53º87.5%78.04%-
HSV(B)76.53º39.52%97.25%-
XYZ68.8984.7141.57-
YUV228.7583.55122.47-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.70%
GREEN value IS 248 (97.27% from 255) = 40.06%
BLUE value IS 150 (58.98% from 255) = 24.23%
R=35.70%
G=40.06%
B=24.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2212481500.1100.400.0376.5387.578.04
HexDDF896B02834d584e
Octal335370226130503115130116
Binary1101110111111000100101101011010100011100110110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF896; }

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

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

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

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

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

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

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

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