#DBFFAB

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

Shades of Reef #DBFFAB

Tints of Reef #DBFFAB

Color information

#DBFFAB (or 0xDBFFAB) is unknown color: approx Reef. HEX triplet: DB, FF and AB. RGB value is (219,255,171). Sum of RGB (Red+Green+Blue) = 219+255+171=645 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.95% from 645); Green value is 255 (100% from 255 or 39.53% from 645); Blue value is 171 (67.19% from 255 or 26.51% from 645); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFFAB is #240054. Grayscale: #EAEAEA. Windows color (decimal): -2359381 or 11272155. OLE color: 11272155.

HSL color Cylindrical-coordinate representation of color #DBFFAB: hue angle of 85.71º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBFFAB is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB219255171-
CMYK0.1400.330
HSL85.71º100%83.53%-
HSV(B)85.71º32.94%100%-
XYZ72.3289.5252-
YUV234.6692.07116.83-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.95%
GREEN value IS 255 (100% from 255) = 39.53%
BLUE value IS 171 (67.19% from 255) = 26.51%
R=33.95%
G=39.53%
B=26.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192551710.1400.33085.7110083.53
HexDBFFABE0210566454
Octal333377253160410126144124
Binary110110111111111110101011111001000010101011011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFFAB; }

 p { color: rgb(219,255,171); }

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

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

 a { background-color: rgb(219,255,171); }

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

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

 span { border-color: rgb(219,255,171); }

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