Html Css Color HEX #DBF2A1 Reef

📋 copy color: '#DBF2A1'

red 219 ◦ green 242 ◦ blue 161

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

Shades of Reef #DBF2A1

Tints of Reef #DBF2A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 25.88%

R = 35.21%
G = 38.91%
B = 25.88%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#DBF2A1 (or 0xDBF2A1) is known color: Reef. HEX triplet: DB, F2 and A1. RGB value is (219,242,161). Sum of RGB (Red+Green+Blue) = 219+242+161=622 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.21% from 622); Green value is 242 (94.92% from 255 or 38.91% from 622); Blue value is 161 (63.28% from 255 or 25.88% from 622); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF2A1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF2A1 is #240D5E. Grayscale: #E2E2E2. Windows color (decimal): -2362719 or 10613467. OLE color: 10613467.

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

Color convert

RGB 219 242 161 -
CMYK 0.10 0 0.33 0.05
HSL 77.04º 0.76% 0.79% -
HSV(B) 77.04º 0.33% 0.95% -
XYZ 67.4 81.14 45.83 -
YUV 225.89 91.38 123.09 -
System Red Green Blue C M Y K H S L
Decimal 219 242 161 0.10 0 0.33 0.05 77.04 0.76 0.79
Hex DB F2 A1 A 0 21 5 4D 4C 4F
Octal 333 362 241 12 0 41 5 115 114 117
Binary 11011011 11110010 10100001 1010 0 100001 101 1001101 1001100 1001111

Color Harmonies of #DBF2A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF2A1

Black with #DBF2A1

Text Example


Text Example

White with #DBF2A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF2A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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