Html Css Color HEX #DBFAA5 Reef

📋 copy color: '#DBFAA5'

red 219 ◦ green 250 ◦ blue 165

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

Shades of Reef #DBFAA5

Tints of Reef #DBFAA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 26.03%

R = 34.54%
G = 39.43%
B = 26.03%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#DBFAA5 (or 0xDBFAA5) is known color: Reef. HEX triplet: DB, FA and A5. RGB value is (219,250,165). Sum of RGB (Red+Green+Blue) = 219+250+165=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 250 (98.05% from 255 or 39.43% from 634); Blue value is 165 (64.84% from 255 or 26.03% from 634); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFAA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFAA5 is #24055A. Grayscale: #E7E7E7. Windows color (decimal): -2360667 or 10877659. OLE color: 10877659.

HSL color Cylindrical-coordinate representation of color #DBFAA5: hue angle of 81.88º degrees, saturation: 0.89, 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 #DBFAA5 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 250 165 -
CMYK 0.12 0 0.34 0.02
HSL 81.88º 0.89% 0.81% -
HSV(B) 81.88º 0.34% 0.98% -
XYZ 70.19 86.15 48.53 -
YUV 231.04 90.73 119.41 -
System Red Green Blue C M Y K H S L
Decimal 219 250 165 0.12 0 0.34 0.02 81.88 0.89 0.81
Hex DB FA A5 C 0 22 2 52 59 51
Octal 333 372 245 14 0 42 2 122 131 121
Binary 11011011 11111010 10100101 1100 0 100010 10 1010010 1011001 1010001

Color Harmonies of #DBFAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFAA5

Black with #DBFAA5

Text Example


Text Example

White with #DBFAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFAA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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