Html Css Color HEX #DBF0AB Reef

📋 copy color: '#DBF0AB'

red 219 ◦ green 240 ◦ blue 171

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

Shades of Reef #DBF0AB

Tints of Reef #DBF0AB

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.1%

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

R = 34.76%
G = 38.1%
B = 27.14%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#DBF0AB (or 0xDBF0AB) is known color: Reef. HEX triplet: DB, F0 and AB. RGB value is (219,240,171). Sum of RGB (Red+Green+Blue) = 219+240+171=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 240 (94.14% from 255 or 38.10% from 630); Blue value is 171 (67.19% from 255 or 27.14% from 630); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF0AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF0AB is #240F54. Grayscale: #E2E2E2. Windows color (decimal): -2363221 or 11268315. OLE color: 11268315.

HSL color Cylindrical-coordinate representation of color #DBF0AB: hue angle of 78.26º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBF0AB is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 240 171 -
CMYK 0.09 0 0.29 0.06
HSL 78.26º 0.7% 0.81% -
HSV(B) 78.26º 0.29% 0.94% -
XYZ 67.72 80.32 50.46 -
YUV 225.86 97.04 123.11 -
System Red Green Blue C M Y K H S L
Decimal 219 240 171 0.09 0 0.29 0.06 78.26 0.7 0.81
Hex DB F0 AB 9 0 1D 6 4E 46 51
Octal 333 360 253 11 0 35 6 116 106 121
Binary 11011011 11110000 10101011 1001 0 11101 110 1001110 1000110 1010001

Color Harmonies of #DBF0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF0AB

Black with #DBF0AB

Text Example


Text Example

White with #DBF0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF0AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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