Html Css Color HEX #DBFAB2 Reef

📋 copy color: '#DBFAB2'

red 219 ◦ green 250 ◦ blue 178

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

Shades of Reef #DBFAB2

Tints of Reef #DBFAB2

RGB

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

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

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

R = 33.85%
G = 38.64%
B = 27.51%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#DBFAB2 (or 0xDBFAB2) is known color: Reef. HEX triplet: DB, FA and B2. RGB value is (219,250,178). Sum of RGB (Red+Green+Blue) = 219+250+178=647 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.85% from 647); Green value is 250 (98.05% from 255 or 38.64% from 647); Blue value is 178 (69.92% from 255 or 27.51% from 647); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFAB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFAB2 is #24054D. Grayscale: #E8E8E8. Windows color (decimal): -2360654 or 11729627. OLE color: 11729627.

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

Color convert

RGB 219 250 178 -
CMYK 0.12 0 0.29 0.02
HSL 85.83º 0.88% 0.84% -
HSV(B) 85.83º 0.29% 0.98% -
XYZ 71.43 86.65 55.08 -
YUV 232.52 97.23 118.35 -
System Red Green Blue C M Y K H S L
Decimal 219 250 178 0.12 0 0.29 0.02 85.83 0.88 0.84
Hex DB FA B2 C 0 1D 2 56 58 54
Octal 333 372 262 14 0 35 2 126 130 124
Binary 11011011 11111010 10110010 1100 0 11101 10 1010110 1011000 1010100

Color Harmonies of #DBFAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFAB2

Black with #DBFAB2

Text Example


Text Example

White with #DBFAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFAB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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