Html Css Color HEX #DBFFA5 Reef

📋 copy color: '#DBFFA5'

red 219 ◦ green 255 ◦ blue 165

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

Shades of Reef #DBFFA5

Tints of Reef #DBFFA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 25.82%

R = 34.27%
G = 39.91%
B = 25.82%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#DBFFA5 (or 0xDBFFA5) is known color: Reef. HEX triplet: DB, FF and A5. RGB value is (219,255,165). Sum of RGB (Red+Green+Blue) = 219+255+165=639 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.27% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 165 (64.84% from 255 or 25.82% from 639); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFFA5 is #24005A. Grayscale: #EAEAEA. Windows color (decimal): -2359387 or 10878939. OLE color: 10878939.

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

Color convert

RGB 219 255 165 -
CMYK 0.14 0 0.35 0
HSL 84º 1% 0.82% -
HSV(B) 84º 0.35% 1% -
XYZ 71.76 89.3 49.05 -
YUV 233.98 89.07 117.32 -
System Red Green Blue C M Y K H S L
Decimal 219 255 165 0.14 0 0.35 0 84 1 0.82
Hex DB FF A5 E 0 23 0 54 64 52
Octal 333 377 245 16 0 43 0 124 144 122
Binary 11011011 11111111 10100101 1110 0 100011 0 1010100 1100100 1010010

Color Harmonies of #DBFFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFFA5

Black with #DBFFA5

Text Example


Text Example

White with #DBFFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFFA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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