Html Css Color HEX #DBFAA9 Reef

📋 copy color: '#DBFAA9'

red 219 ◦ green 250 ◦ blue 169

#DBFAA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #DBFAA9

Tints of Reef #DBFAA9

RGB

 RED value IS 219 (85.94% from 255) = 34.33%

 GREEN value IS 250 (98.05% from 255) = 39.18%

 BLUE value IS 169 (66.41% from 255) = 26.49%

R = 34.33%
G = 39.18%
B = 26.49%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#DBFAA9 (or 0xDBFAA9) is known color: Reef. HEX triplet: DB, FA and A9. RGB value is (219,250,169). Sum of RGB (Red+Green+Blue) = 219+250+169=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 250 (98.05% from 255 or 39.18% from 638); Blue value is 169 (66.41% from 255 or 26.49% from 638); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFAA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFAA9 is #240556. Grayscale: #E7E7E7. Windows color (decimal): -2360663 or 11139803. OLE color: 11139803.

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

Color convert

RGB 219 250 169 -
CMYK 0.12 0 0.32 0.02
HSL 82.96º 0.89% 0.82% -
HSV(B) 82.96º 0.32% 0.98% -
XYZ 70.56 86.3 50.47 -
YUV 231.5 92.73 119.09 -
System Red Green Blue C M Y K H S L
Decimal 219 250 169 0.12 0 0.32 0.02 82.96 0.89 0.82
Hex DB FA A9 C 0 20 2 53 59 52
Octal 333 372 251 14 0 40 2 123 131 122
Binary 11011011 11111010 10101001 1100 0 100000 10 1010011 1011001 1010010

Color Harmonies of #DBFAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFAA9

Black with #DBFAA9

Text Example


Text Example

White with #DBFAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFAA9; }

 p { color: rgb(219,250,169); }

 H1.HeaderClassName
 {
   color: #DBFAA9;
 }
 .AnyTagClassName
 {
   color: #DBFAA9;
 }
</style>

background-color css

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

 a { background-color: rgb(219,250,169); }

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

border-color css

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

 span { border-color: rgb(219,250,169); }

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