Html Css Color HEX #DBFAB3 Reef

📋 copy color: '#DBFAB3'

red 219 ◦ green 250 ◦ blue 179

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

Shades of Reef #DBFAB3

Tints of Reef #DBFAB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 27.62%

R = 33.8%
G = 38.58%
B = 27.62%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#DBFAB3 (or 0xDBFAB3) is known color: Reef. HEX triplet: DB, FA and B3. RGB value is (219,250,179). Sum of RGB (Red+Green+Blue) = 219+250+179=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 250 (98.05% from 255 or 38.58% from 648); Blue value is 179 (70.31% from 255 or 27.62% from 648); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFAB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFAB3 is #24054C. Grayscale: #E8E8E8. Windows color (decimal): -2360653 or 11795163. OLE color: 11795163.

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

Color convert

RGB 219 250 179 -
CMYK 0.12 0 0.28 0.02
HSL 86.2º 0.88% 0.84% -
HSV(B) 86.2º 0.28% 0.98% -
XYZ 71.54 86.69 55.61 -
YUV 232.64 97.73 118.27 -
System Red Green Blue C M Y K H S L
Decimal 219 250 179 0.12 0 0.28 0.02 86.2 0.88 0.84
Hex DB FA B3 C 0 1C 2 56 58 54
Octal 333 372 263 14 0 34 2 126 130 124
Binary 11011011 11111010 10110011 1100 0 11100 10 1010110 1011000 1010100

Color Harmonies of #DBFAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFAB3

Black with #DBFAB3

Text Example


Text Example

White with #DBFAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFAB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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