Html Css Color HEX #DBF9A4 Reef

📋 copy color: '#DBF9A4'

red 219 ◦ green 249 ◦ blue 164

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

Shades of Reef #DBF9A4

Tints of Reef #DBF9A4

RGB

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

 GREEN value IS 249 (97.66% from 255) = 39.4%

 BLUE value IS 164 (64.45% from 255) = 25.95%

R = 34.65%
G = 39.4%
B = 25.95%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#DBF9A4 (or 0xDBF9A4) is known color: Reef. HEX triplet: DB, F9 and A4. RGB value is (219,249,164). Sum of RGB (Red+Green+Blue) = 219+249+164=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 249 (97.66% from 255 or 39.40% from 632); Blue value is 164 (64.45% from 255 or 25.95% from 632); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF9A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF9A4 is #24065B. Grayscale: #E6E6E6. Windows color (decimal): -2360924 or 10811867. OLE color: 10811867.

HSL color Cylindrical-coordinate representation of color #DBF9A4: hue angle of 81.18º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DBF9A4 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 249 164 -
CMYK 0.12 0 0.34 0.02
HSL 81.18º 0.88% 0.81% -
HSV(B) 81.18º 0.34% 0.98% -
XYZ 69.79 85.49 47.95 -
YUV 230.34 90.56 119.91 -
System Red Green Blue C M Y K H S L
Decimal 219 249 164 0.12 0 0.34 0.02 81.18 0.88 0.81
Hex DB F9 A4 C 0 22 2 51 58 51
Octal 333 371 244 14 0 42 2 121 130 121
Binary 11011011 11111001 10100100 1100 0 100010 10 1010001 1011000 1010001

Color Harmonies of #DBF9A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF9A4

Black with #DBF9A4

Text Example


Text Example

White with #DBF9A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF9A4; }

 p { color: rgb(219,249,164); }

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

background-color css

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

 a { background-color: rgb(219,249,164); }

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

border-color css

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

 span { border-color: rgb(219,249,164); }

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