Html Css Color HEX #DBF2AB Reef

📋 copy color: '#DBF2AB'

red 219 ◦ green 242 ◦ blue 171

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

Shades of Reef #DBF2AB

Tints of Reef #DBF2AB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.29%

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

R = 34.65%
G = 38.29%
B = 27.06%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#DBF2AB (or 0xDBF2AB) is known color: Reef. HEX triplet: DB, F2 and AB. RGB value is (219,242,171). Sum of RGB (Red+Green+Blue) = 219+242+171=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 242 (94.92% from 255 or 38.29% from 632); Blue value is 171 (67.19% from 255 or 27.06% from 632); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF2AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF2AB is #240D54. Grayscale: #E3E3E3. Windows color (decimal): -2362709 or 11268827. OLE color: 11268827.

HSL color Cylindrical-coordinate representation of color #DBF2AB: hue angle of 79.44º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBF2AB is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 242 171 -
CMYK 0.10 0 0.29 0.05
HSL 79.44º 0.73% 0.81% -
HSV(B) 79.44º 0.29% 0.95% -
XYZ 68.32 81.5 50.66 -
YUV 227.03 96.38 122.27 -
System Red Green Blue C M Y K H S L
Decimal 219 242 171 0.10 0 0.29 0.05 79.44 0.73 0.81
Hex DB F2 AB A 0 1D 5 4F 49 51
Octal 333 362 253 12 0 35 5 117 111 121
Binary 11011011 11110010 10101011 1010 0 11101 101 1001111 1001001 1010001

Color Harmonies of #DBF2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF2AB

Black with #DBF2AB

Text Example


Text Example

White with #DBF2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF2AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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