Html Css Color HEX #DBFEB2 Reef

📋 copy color: '#DBFEB2'

red 219 ◦ green 254 ◦ blue 178

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

Shades of Reef #DBFEB2

Tints of Reef #DBFEB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 27.34%

R = 33.64%
G = 39.02%
B = 27.34%

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

#DBFEB2 (or 0xDBFEB2) is known color: Reef. HEX triplet: DB, FE and B2. RGB value is (219,254,178). Sum of RGB (Red+Green+Blue) = 219+254+178=651 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.64% from 651); Green value is 254 (99.61% from 255 or 39.02% from 651); Blue value is 178 (69.92% from 255 or 27.34% from 651); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFEB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFEB2 is #24014D. Grayscale: #EBEBEB. Windows color (decimal): -2359630 or 11730651. OLE color: 11730651.

HSL color Cylindrical-coordinate representation of color #DBFEB2: hue angle of 87.63º 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 #DBFEB2 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB 219 254 178 -
CMYK 0.14 0 0.30 0.00
HSL 87.63º 0.97% 0.85% -
HSV(B) 87.63º 0.3% 1% -
XYZ 72.69 89.16 55.5 -
YUV 234.87 95.9 116.68 -
System Red Green Blue C M Y K H S L
Decimal 219 254 178 0.14 0 0.30 0.00 87.63 0.97 0.85
Hex DB FE B2 E 0 1E 0 58 61 55
Octal 333 376 262 16 0 36 0 130 141 125
Binary 11011011 11111110 10110010 1110 0 11110 0 1011000 1100001 1010101

Color Harmonies of #DBFEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFEB2

Black with #DBFEB2

Text Example


Text Example

White with #DBFEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFEB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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