#DDF5AB

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

Shades of Reef #DDF5AB

Tints of Reef #DDF5AB

Color information

#DDF5AB (or 0xDDF5AB) is unknown color: approx Reef. HEX triplet: DD, F5 and AB. RGB value is (221,245,171). Sum of RGB (Red+Green+Blue) = 221+245+171=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 245 (96.09% from 255 or 38.46% from 637); Blue value is 171 (67.19% from 255 or 26.84% from 637); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF5AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF5AB is #220A54. Grayscale: #E5E5E5. Windows color (decimal): -2230869 or 11269597. OLE color: 11269597.

HSL color Cylindrical-coordinate representation of color #DDF5AB: hue angle of 79.46º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDF5AB is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB221245171-
CMYK0.1000.300.04
HSL79.46º78.72%81.57%-
HSV(B)79.46º30.2%96.08%-
XYZ69.8283.6250.99-
YUV229.3995.05122.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.69%
GREEN value IS 245 (96.09% from 255) = 38.46%
BLUE value IS 171 (67.19% from 255) = 26.84%
R=34.69%
G=38.46%
B=26.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2212451710.1000.300.0479.4678.7281.57
HexDDF5ABA01E44f4f52
Octal335365253120364117117122
Binary1101110111110101101010111010011110100100111110011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF5AB; }

 p { color: rgb(221,245,171); }

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

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

 a { background-color: rgb(221,245,171); }

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

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

 span { border-color: rgb(221,245,171); }

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