Html Css Color HEX #DBFAB4 Reef

📋 copy color: '#DBFAB4'

red 219 ◦ green 250 ◦ blue 180

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

Shades of Reef #DBFAB4

Tints of Reef #DBFAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 27.73%

R = 33.74%
G = 38.52%
B = 27.73%

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

#DBFAB4 (or 0xDBFAB4) is known color: Reef. HEX triplet: DB, FA and B4. RGB value is (219,250,180). Sum of RGB (Red+Green+Blue) = 219+250+180=649 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.74% from 649); Green value is 250 (98.05% from 255 or 38.52% from 649); Blue value is 180 (70.70% from 255 or 27.73% from 649); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFAB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFAB4 is #24054B. Grayscale: #E9E9E9. Windows color (decimal): -2360652 or 11860699. OLE color: 11860699.

HSL color Cylindrical-coordinate representation of color #DBFAB4: hue angle of 86.57º 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 #DBFAB4 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 250 180 -
CMYK 0.12 0 0.28 0.02
HSL 86.57º 0.88% 0.84% -
HSV(B) 86.57º 0.28% 0.98% -
XYZ 71.64 86.73 56.14 -
YUV 232.75 98.23 118.19 -
System Red Green Blue C M Y K H S L
Decimal 219 250 180 0.12 0 0.28 0.02 86.57 0.88 0.84
Hex DB FA B4 C 0 1C 2 57 58 54
Octal 333 372 264 14 0 34 2 127 130 124
Binary 11011011 11111010 10110100 1100 0 11100 10 1010111 1011000 1010100

Color Harmonies of #DBFAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFAB4

Black with #DBFAB4

Text Example


Text Example

White with #DBFAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFAB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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