Html Css Color HEX #DBFAB0 Reef

📋 copy color: '#DBFAB0'

red 219 ◦ green 250 ◦ blue 176

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

Shades of Reef #DBFAB0

Tints of Reef #DBFAB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 27.29%

R = 33.95%
G = 38.76%
B = 27.29%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#DBFAB0 (or 0xDBFAB0) is known color: Reef. HEX triplet: DB, FA and B0. RGB value is (219,250,176). Sum of RGB (Red+Green+Blue) = 219+250+176=645 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.95% from 645); Green value is 250 (98.05% from 255 or 38.76% from 645); Blue value is 176 (69.14% from 255 or 27.29% from 645); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFAB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFAB0 is #24054F. Grayscale: #E8E8E8. Windows color (decimal): -2360656 or 11598555. OLE color: 11598555.

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

Color convert

RGB 219 250 176 -
CMYK 0.12 0 0.30 0.02
HSL 85.14º 0.88% 0.84% -
HSV(B) 85.14º 0.3% 0.98% -
XYZ 71.24 86.57 54.03 -
YUV 232.3 96.23 118.52 -
System Red Green Blue C M Y K H S L
Decimal 219 250 176 0.12 0 0.30 0.02 85.14 0.88 0.84
Hex DB FA B0 C 0 1E 2 55 58 54
Octal 333 372 260 14 0 36 2 125 130 124
Binary 11011011 11111010 10110000 1100 0 11110 10 1010101 1011000 1010100

Color Harmonies of #DBFAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFAB0

Black with #DBFAB0

Text Example


Text Example

White with #DBFAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFAB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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