#DDFBAB

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

Shades of Reef #DDFBAB

Tints of Reef #DDFBAB

Color information

#DDFBAB (or 0xDDFBAB) is unknown color: approx Reef. HEX triplet: DD, FB and AB. RGB value is (221,251,171). Sum of RGB (Red+Green+Blue) = 221+251+171=643 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.37% from 643); Green value is 251 (98.44% from 255 or 39.04% from 643); Blue value is 171 (67.19% from 255 or 26.59% from 643); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFBAB is #220454. Grayscale: #E9E9E9. Windows color (decimal): -2229333 or 11271133. OLE color: 11271133.

HSL color Cylindrical-coordinate representation of color #DDFBAB: hue angle of 82.5º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDFBAB is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB221251171-
CMYK0.1200.320.02
HSL82.5º90.91%82.75%-
HSV(B)82.5º31.87%98.43%-
XYZ71.6787.3151.6-
YUV232.9193.06119.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.37%
GREEN value IS 251 (98.44% from 255) = 39.04%
BLUE value IS 171 (67.19% from 255) = 26.59%
R=34.37%
G=39.04%
B=26.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212511710.1200.320.0282.590.9182.75
HexDDFBABC0202525b53
Octal335373253140402122133123
Binary1101110111111011101010111100010000010101001010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFBAB; }

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

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

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

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

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

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

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

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