Html Css Color HEX #DBFBAB Reef

📋 copy color: '#DBFBAB'

red 219 ◦ green 251 ◦ blue 171

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

Shades of Reef #DBFBAB

Tints of Reef #DBFBAB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 39.16%

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

R = 34.17%
G = 39.16%
B = 26.68%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#DBFBAB (or 0xDBFBAB) is known color: Reef. HEX triplet: DB, FB and AB. RGB value is (219,251,171). Sum of RGB (Red+Green+Blue) = 219+251+171=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 251 (98.44% from 255 or 39.16% from 641); Blue value is 171 (67.19% from 255 or 26.68% from 641); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFBAB is #240454. Grayscale: #E8E8E8. Windows color (decimal): -2360405 or 11271131. OLE color: 11271131.

HSL color Cylindrical-coordinate representation of color #DBFBAB: hue angle of 84º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBFBAB is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 251 171 -
CMYK 0.13 0 0.32 0.02
HSL 84º 0.91% 0.83% -
HSV(B) 84º 0.32% 0.98% -
XYZ 71.06 86.99 51.57 -
YUV 232.31 93.4 118.5 -
System Red Green Blue C M Y K H S L
Decimal 219 251 171 0.13 0 0.32 0.02 84 0.91 0.83
Hex DB FB AB D 0 20 2 54 5B 53
Octal 333 373 253 15 0 40 2 124 133 123
Binary 11011011 11111011 10101011 1101 0 100000 10 1010100 1011011 1010011

Color Harmonies of #DBFBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFBAB

Black with #DBFBAB

Text Example


Text Example

White with #DBFBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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