#DBF2AA

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

Shades of Reef #DBF2AA

Tints of Reef #DBF2AA

Color information

#DBF2AA (or 0xDBF2AA) is unknown color: approx Reef. HEX triplet: DB, F2 and AA. RGB value is (219,242,170). Sum of RGB (Red+Green+Blue) = 219+242+170=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 242 (94.92% from 255 or 38.35% from 631); Blue value is 170 (66.80% from 255 or 26.94% from 631); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF2AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF2AA is #240D55. Grayscale: #E3E3E3. Windows color (decimal): -2362710 or 11203291. OLE color: 11203291.

HSL color Cylindrical-coordinate representation of color #DBF2AA: hue angle of 79.17º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBF2AA is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB219242170-
CMYK0.1000.300.05
HSL79.17º73.47%80.78%-
HSV(B)79.17º29.75%94.9%-
XYZ68.2281.4750.16-
YUV226.9295.88122.35-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.71%
GREEN value IS 242 (94.92% from 255) = 38.35%
BLUE value IS 170 (66.80% from 255) = 26.94%
R=34.71%
G=38.35%
B=26.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192421700.1000.300.0579.1773.4780.78
HexDBF2AAA01E54f4951
Octal333362252120365117111121
Binary1101101111110010101010101010011110101100111110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF2AA; }

 p { color: rgb(219,242,170); }

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

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

 a { background-color: rgb(219,242,170); }

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

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

 span { border-color: rgb(219,242,170); }

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