Html Css Color HEX #DBFEB0 Reef

📋 copy color: '#DBFEB0'

red 219 ◦ green 254 ◦ blue 176

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

Shades of Reef #DBFEB0

Tints of Reef #DBFEB0

RGB

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

 GREEN value IS 254 (99.61% from 255) = 39.14%

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

R = 33.74%
G = 39.14%
B = 27.12%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#DBFEB0 (or 0xDBFEB0) is known color: Reef. HEX triplet: DB, FE and B0. RGB value is (219,254,176). Sum of RGB (Red+Green+Blue) = 219+254+176=649 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.74% from 649); Green value is 254 (99.61% from 255 or 39.14% from 649); Blue value is 176 (69.14% from 255 or 27.12% from 649); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFEB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFEB0 is #24014F. Grayscale: #EAEAEA. Windows color (decimal): -2359632 or 11599579. OLE color: 11599579.

HSL color Cylindrical-coordinate representation of color #DBFEB0: hue angle of 86.92º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBFEB0 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB 219 254 176 -
CMYK 0.14 0 0.31 0.00
HSL 86.92º 0.98% 0.84% -
HSV(B) 86.92º 0.31% 1% -
XYZ 72.49 89.08 54.45 -
YUV 234.64 94.9 116.84 -
System Red Green Blue C M Y K H S L
Decimal 219 254 176 0.14 0 0.31 0.00 86.92 0.98 0.84
Hex DB FE B0 E 0 1F 0 57 62 54
Octal 333 376 260 16 0 37 0 127 142 124
Binary 11011011 11111110 10110000 1110 0 11111 0 1010111 1100010 1010100

Color Harmonies of #DBFEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFEB0

Black with #DBFEB0

Text Example


Text Example

White with #DBFEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFEB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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