#DBF9A5

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

Shades of Reef #DBF9A5

Tints of Reef #DBF9A5

Color information

#DBF9A5 (or 0xDBF9A5) is unknown color: approx Reef. HEX triplet: DB, F9 and A5. RGB value is (219,249,165). Sum of RGB (Red+Green+Blue) = 219+249+165=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 249 (97.66% from 255 or 39.34% from 633); Blue value is 165 (64.84% from 255 or 26.07% from 633); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF9A5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF9A5 is #24065A. Grayscale: #E6E6E6. Windows color (decimal): -2360923 or 10877403. OLE color: 10877403.

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

Color convert

RGB219249165-
CMYK0.1200.340.02
HSL81.43º87.5%81.18%-
HSV(B)81.43º33.73%97.65%-
XYZ69.8885.5348.42-
YUV230.4591.06119.83-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.60%
GREEN value IS 249 (97.66% from 255) = 39.34%
BLUE value IS 165 (64.84% from 255) = 26.07%
R=34.60%
G=39.34%
B=26.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192491650.1200.340.0281.4387.581.18
HexDBF9A5C0222515851
Octal333371245140422121130121
Binary1101101111111001101001011100010001010101000110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF9A5; }

 p { color: rgb(219,249,165); }

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

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

 a { background-color: rgb(219,249,165); }

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

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

 span { border-color: rgb(219,249,165); }

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