Html Css Color HEX #DBF5AB Reef

📋 copy color: '#DBF5AB'

red 219 ◦ green 245 ◦ blue 171

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

Shades of Reef #DBF5AB

Tints of Reef #DBF5AB

RGB

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

 GREEN value IS 245 (96.09% from 255) = 38.58%

 BLUE value IS 171 (67.19% from 255) = 26.93%

R = 34.49%
G = 38.58%
B = 26.93%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#DBF5AB (or 0xDBF5AB) is known color: Reef. HEX triplet: DB, F5 and AB. RGB value is (219,245,171). Sum of RGB (Red+Green+Blue) = 219+245+171=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 245 (96.09% from 255 or 38.58% from 635); Blue value is 171 (67.19% from 255 or 26.93% from 635); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF5AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF5AB is #240A54. Grayscale: #E5E5E5. Windows color (decimal): -2361941 or 11269595. OLE color: 11269595.

HSL color Cylindrical-coordinate representation of color #DBF5AB: hue angle of 81.08º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBF5AB is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 245 171 -
CMYK 0.11 0 0.30 0.04
HSL 81.08º 0.79% 0.82% -
HSV(B) 81.08º 0.3% 0.96% -
XYZ 69.22 83.31 50.96 -
YUV 228.79 95.39 121.02 -
System Red Green Blue C M Y K H S L
Decimal 219 245 171 0.11 0 0.30 0.04 81.08 0.79 0.82
Hex DB F5 AB B 0 1E 4 51 4F 52
Octal 333 365 253 13 0 36 4 121 117 122
Binary 11011011 11110101 10101011 1011 0 11110 100 1010001 1001111 1010010

Color Harmonies of #DBF5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF5AB

Black with #DBF5AB

Text Example


Text Example

White with #DBF5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF5AB; }

 p { color: rgb(219,245,171); }

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

background-color css

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

 a { background-color: rgb(219,245,171); }

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

border-color css

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

 span { border-color: rgb(219,245,171); }

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