Html Css Color HEX #DBFFAB Reef

📋 copy color: '#DBFFAB'

red 219 ◦ green 255 ◦ blue 171

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

Shades of Reef #DBFFAB

Tints of Reef #DBFFAB

RGB

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

 GREEN value IS 255 (100% from 255) = 39.53%

 BLUE value IS 171 (67.19% from 255) = 26.51%

R = 33.95%
G = 39.53%
B = 26.51%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#DBFFAB (or 0xDBFFAB) is known color: Reef. HEX triplet: DB, FF and AB. RGB value is (219,255,171). Sum of RGB (Red+Green+Blue) = 219+255+171=645 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.95% from 645); Green value is 255 (100% from 255 or 39.53% from 645); Blue value is 171 (67.19% from 255 or 26.51% from 645); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFFAB is #240054. Grayscale: #EAEAEA. Windows color (decimal): -2359381 or 11272155. OLE color: 11272155.

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

Color convert

RGB 219 255 171 -
CMYK 0.14 0 0.33 0
HSL 85.71º 1% 0.84% -
HSV(B) 85.71º 0.33% 1% -
XYZ 72.32 89.52 52 -
YUV 234.66 92.07 116.83 -
System Red Green Blue C M Y K H S L
Decimal 219 255 171 0.14 0 0.33 0 85.71 1 0.84
Hex DB FF AB E 0 21 0 56 64 54
Octal 333 377 253 16 0 41 0 126 144 124
Binary 11011011 11111111 10101011 1110 0 100001 0 1010110 1100100 1010100

Color Harmonies of #DBFFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFFAB

Black with #DBFFAB

Text Example


Text Example

White with #DBFFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFFAB; }

 p { color: rgb(219,255,171); }

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

background-color css

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

 a { background-color: rgb(219,255,171); }

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

border-color css

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

 span { border-color: rgb(219,255,171); }

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