Html Css Color HEX #DBFFA4 Reef

📋 copy color: '#DBFFA4'

red 219 ◦ green 255 ◦ blue 164

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

Shades of Reef #DBFFA4

Tints of Reef #DBFFA4

RGB

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

 GREEN value IS 255 (100% from 255) = 39.97%

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

R = 34.33%
G = 39.97%
B = 25.71%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.36

 K value IS 0

RGB Variations

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

Color information

#DBFFA4 (or 0xDBFFA4) is known color: Reef. HEX triplet: DB, FF and A4. RGB value is (219,255,164). Sum of RGB (Red+Green+Blue) = 219+255+164=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 255 (100% from 255 or 39.97% from 638); Blue value is 164 (64.45% from 255 or 25.71% from 638); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFFA4 is #24005B. Grayscale: #EAEAEA. Windows color (decimal): -2359388 or 10813403. OLE color: 10813403.

HSL color Cylindrical-coordinate representation of color #DBFFA4: hue angle of 83.74º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBFFA4 is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.

Color convert

RGB 219 255 164 -
CMYK 0.14 0 0.36 0
HSL 83.74º 1% 0.82% -
HSV(B) 83.74º 0.36% 1% -
XYZ 71.67 89.26 48.57 -
YUV 233.86 88.57 117.4 -
System Red Green Blue C M Y K H S L
Decimal 219 255 164 0.14 0 0.36 0 83.74 1 0.82
Hex DB FF A4 E 0 24 0 54 64 52
Octal 333 377 244 16 0 44 0 124 144 122
Binary 11011011 11111111 10100100 1110 0 100100 0 1010100 1100100 1010010

Color Harmonies of #DBFFA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFFA4

Black with #DBFFA4

Text Example


Text Example

White with #DBFFA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFFA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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