Html Css Color HEX #DBF2A9 Reef

📋 copy color: '#DBF2A9'

red 219 ◦ green 242 ◦ blue 169

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

Shades of Reef #DBF2A9

Tints of Reef #DBF2A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 26.83%

R = 34.76%
G = 38.41%
B = 26.83%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#DBF2A9 (or 0xDBF2A9) is known color: Reef. HEX triplet: DB, F2 and A9. RGB value is (219,242,169). Sum of RGB (Red+Green+Blue) = 219+242+169=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 242 (94.92% from 255 or 38.41% from 630); Blue value is 169 (66.41% from 255 or 26.83% from 630); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF2A9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF2A9 is #240D56. Grayscale: #E3E3E3. Windows color (decimal): -2362711 or 11137755. OLE color: 11137755.

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

Color convert

RGB 219 242 169 -
CMYK 0.10 0 0.30 0.05
HSL 78.9º 0.74% 0.81% -
HSV(B) 78.9º 0.3% 0.95% -
XYZ 68.13 81.43 49.66 -
YUV 226.8 95.38 122.44 -
System Red Green Blue C M Y K H S L
Decimal 219 242 169 0.10 0 0.30 0.05 78.9 0.74 0.81
Hex DB F2 A9 A 0 1E 5 4F 4A 51
Octal 333 362 251 12 0 36 5 117 112 121
Binary 11011011 11110010 10101001 1010 0 11110 101 1001111 1001010 1010001

Color Harmonies of #DBF2A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF2A9

Black with #DBF2A9

Text Example


Text Example

White with #DBF2A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF2A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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