#DDFA96

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

Shades of Reef #DDFA96

Tints of Reef #DDFA96

Color information

#DDFA96 (or 0xDDFA96) is unknown color: approx Reef. HEX triplet: DD, FA and 96. RGB value is (221,250,150). Sum of RGB (Red+Green+Blue) = 221+250+150=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 250 (98.05% from 255 or 40.26% from 621); Blue value is 150 (58.98% from 255 or 24.15% from 621); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFA96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFA96 is #220569. Grayscale: #E6E6E6. Windows color (decimal): -2229610 or 9894621. OLE color: 9894621.

HSL color Cylindrical-coordinate representation of color #DDFA96: hue angle of 77.4º degrees, saturation: 0.91, 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 #DDFA96 is Cyan = 0.12, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.02.

Color convert

RGB221250150-
CMYK0.1200.40.02
HSL77.4º90.91%78.43%-
HSV(B)77.4º40%98.04%-
XYZ69.5185.9541.78-
YUV229.9382.89121.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.59%
GREEN value IS 250 (98.05% from 255) = 40.26%
BLUE value IS 150 (58.98% from 255) = 24.15%
R=35.59%
G=40.26%
B=24.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212501500.1200.40.0277.490.9178.43
HexDDFA96C02824d5b4e
Octal335372226140502115133116
Binary1101110111111010100101101100010100010100110110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFA96; }

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

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

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

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

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

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

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

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