#DBF3AA

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

Shades of Reef #DBF3AA

Tints of Reef #DBF3AA

Color information

#DBF3AA (or 0xDBF3AA) is unknown color: approx Reef. HEX triplet: DB, F3 and AA. RGB value is (219,243,170). Sum of RGB (Red+Green+Blue) = 219+243+170=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 243 (95.31% from 255 or 38.45% from 632); Blue value is 170 (66.80% from 255 or 26.90% from 632); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF3AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF3AA is #240C55. Grayscale: #E3E3E3. Windows color (decimal): -2362454 or 11203547. OLE color: 11203547.

HSL color Cylindrical-coordinate representation of color #DBF3AA: hue angle of 79.73º degrees, saturation: 0.75, 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 #DBF3AA is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB219243170-
CMYK0.1000.300.05
HSL79.73º75.26%80.98%-
HSV(B)79.73º30.04%95.29%-
XYZ68.5282.0650.26-
YUV227.595.55121.94-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.65%
GREEN value IS 243 (95.31% from 255) = 38.45%
BLUE value IS 170 (66.80% from 255) = 26.90%
R=34.65%
G=38.45%
B=26.90%

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
Decimal2192431700.1000.300.0579.7375.2680.98
HexDBF3AAA01E5504b51
Octal333363252120365120113121
Binary1101101111110011101010101010011110101101000010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF3AA; }

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

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

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

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

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

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

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

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