Html Css Color HEX #DBFEB1 Reef

📋 copy color: '#DBFEB1'

red 219 ◦ green 254 ◦ blue 177

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

Shades of Reef #DBFEB1

Tints of Reef #DBFEB1

RGB

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

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

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

R = 33.69%
G = 39.08%
B = 27.23%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#DBFEB1 (or 0xDBFEB1) is known color: Reef. HEX triplet: DB, FE and B1. RGB value is (219,254,177). Sum of RGB (Red+Green+Blue) = 219+254+177=650 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.69% from 650); Green value is 254 (99.61% from 255 or 39.08% from 650); Blue value is 177 (69.53% from 255 or 27.23% from 650); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFEB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFEB1 is #24014E. Grayscale: #EBEBEB. Windows color (decimal): -2359631 or 11665115. OLE color: 11665115.

HSL color Cylindrical-coordinate representation of color #DBFEB1: hue angle of 87.27º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBFEB1 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB 219 254 177 -
CMYK 0.14 0 0.30 0.00
HSL 87.27º 0.97% 0.85% -
HSV(B) 87.27º 0.3% 1% -
XYZ 72.59 89.12 54.97 -
YUV 234.76 95.4 116.76 -
System Red Green Blue C M Y K H S L
Decimal 219 254 177 0.14 0 0.30 0.00 87.27 0.97 0.85
Hex DB FE B1 E 0 1E 0 57 61 55
Octal 333 376 261 16 0 36 0 127 141 125
Binary 11011011 11111110 10110001 1110 0 11110 0 1010111 1100001 1010101

Color Harmonies of #DBFEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFEB1

Black with #DBFEB1

Text Example


Text Example

White with #DBFEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFEB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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