Html Css Color HEX #DBFEAD Reef

📋 copy color: '#DBFEAD'

red 219 ◦ green 254 ◦ blue 173

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

Shades of Reef #DBFEAD

Tints of Reef #DBFEAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 26.78%

R = 33.9%
G = 39.32%
B = 26.78%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#DBFEAD (or 0xDBFEAD) is known color: Reef. HEX triplet: DB, FE and AD. RGB value is (219,254,173). Sum of RGB (Red+Green+Blue) = 219+254+173=646 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.90% from 646); Green value is 254 (99.61% from 255 or 39.32% from 646); Blue value is 173 (67.97% from 255 or 26.78% from 646); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFEAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFEAD is #240152. Grayscale: #EAEAEA. Windows color (decimal): -2359635 or 11402971. OLE color: 11402971.

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

Color convert

RGB 219 254 173 -
CMYK 0.14 0 0.32 0.00
HSL 85.93º 0.98% 0.84% -
HSV(B) 85.93º 0.32% 1% -
XYZ 72.2 88.96 52.9 -
YUV 234.3 93.4 117.09 -
System Red Green Blue C M Y K H S L
Decimal 219 254 173 0.14 0 0.32 0.00 85.93 0.98 0.84
Hex DB FE AD E 0 20 0 56 62 54
Octal 333 376 255 16 0 40 0 126 142 124
Binary 11011011 11111110 10101101 1110 0 100000 0 1010110 1100010 1010100

Color Harmonies of #DBFEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFEAD

Black with #DBFEAD

Text Example


Text Example

White with #DBFEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFEAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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