Html Css Color HEX #DBFAB1 Reef

📋 copy color: '#DBFAB1'

red 219 ◦ green 250 ◦ blue 177

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

Shades of Reef #DBFAB1

Tints of Reef #DBFAB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 27.4%

R = 33.9%
G = 38.7%
B = 27.4%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#DBFAB1 (or 0xDBFAB1) is known color: Reef. HEX triplet: DB, FA and B1. RGB value is (219,250,177). Sum of RGB (Red+Green+Blue) = 219+250+177=646 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.90% from 646); Green value is 250 (98.05% from 255 or 38.70% from 646); Blue value is 177 (69.53% from 255 or 27.40% from 646); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFAB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFAB1 is #24054E. Grayscale: #E8E8E8. Windows color (decimal): -2360655 or 11664091. OLE color: 11664091.

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

Color convert

RGB 219 250 177 -
CMYK 0.12 0 0.29 0.02
HSL 85.48º 0.88% 0.84% -
HSV(B) 85.48º 0.29% 0.98% -
XYZ 71.33 86.61 54.55 -
YUV 232.41 96.73 118.44 -
System Red Green Blue C M Y K H S L
Decimal 219 250 177 0.12 0 0.29 0.02 85.48 0.88 0.84
Hex DB FA B1 C 0 1D 2 55 58 54
Octal 333 372 261 14 0 35 2 125 130 124
Binary 11011011 11111010 10110001 1100 0 11101 10 1010101 1011000 1010100

Color Harmonies of #DBFAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFAB1

Black with #DBFAB1

Text Example


Text Example

White with #DBFAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFAB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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