Html Css Color HEX #DBFAA4 Reef

📋 copy color: '#DBFAA4'

red 219 ◦ green 250 ◦ blue 164

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

Shades of Reef #DBFAA4

Tints of Reef #DBFAA4

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.49%

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

R = 34.6%
G = 39.49%
B = 25.91%

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

#DBFAA4 (or 0xDBFAA4) is known color: Reef. HEX triplet: DB, FA and A4. RGB value is (219,250,164). Sum of RGB (Red+Green+Blue) = 219+250+164=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 250 (98.05% from 255 or 39.49% from 633); Blue value is 164 (64.45% from 255 or 25.91% from 633); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFAA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFAA4 is #24055B. Grayscale: #E7E7E7. Windows color (decimal): -2360668 or 10812123. OLE color: 10812123.

HSL color Cylindrical-coordinate representation of color #DBFAA4: hue angle of 81.63º degrees, saturation: 0.9, 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 #DBFAA4 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 250 164 -
CMYK 0.12 0 0.34 0.02
HSL 81.63º 0.9% 0.81% -
HSV(B) 81.63º 0.34% 0.98% -
XYZ 70.1 86.11 48.05 -
YUV 230.93 90.23 119.49 -
System Red Green Blue C M Y K H S L
Decimal 219 250 164 0.12 0 0.34 0.02 81.63 0.9 0.81
Hex DB FA A4 C 0 22 2 52 5A 51
Octal 333 372 244 14 0 42 2 122 132 121
Binary 11011011 11111010 10100100 1100 0 100010 10 1010010 1011010 1010001

Color Harmonies of #DBFAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFAA4

Black with #DBFAA4

Text Example


Text Example

White with #DBFAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFAA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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