#DDF995

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

Shades of Reef #DDF995

Tints of Reef #DDF995

Color information

#DDF995 (or 0xDDF995) is unknown color: approx Reef. HEX triplet: DD, F9 and 95. RGB value is (221,249,149). Sum of RGB (Red+Green+Blue) = 221+249+149=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 249 (97.66% from 255 or 40.23% from 619); Blue value is 149 (58.59% from 255 or 24.07% from 619); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF995 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF995 is #22066A. Grayscale: #E5E5E5. Windows color (decimal): -2229867 or 9828829. OLE color: 9828829.

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

Color convert

RGB221249149-
CMYK0.1100.400.02
HSL76.8º89.29%78.04%-
HSV(B)76.8º40.16%97.65%-
XYZ69.1285.2941.25-
YUV229.2382.72122.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.70%
GREEN value IS 249 (97.66% from 255) = 40.23%
BLUE value IS 149 (58.59% from 255) = 24.07%
R=35.70%
G=40.23%
B=24.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212491490.1100.400.0276.889.2978.04
HexDDF995B02824d594e
Octal335371225130502115131116
Binary1101110111111001100101011011010100010100110110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF995; }

 p { color: rgb(221,249,149); }

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

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

 a { background-color: rgb(221,249,149); }

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

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

 span { border-color: rgb(221,249,149); }

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