Html Css Color HEX #DBF1AB Reef

📋 copy color: '#DBF1AB'

red 219 ◦ green 241 ◦ blue 171

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

Shades of Reef #DBF1AB

Tints of Reef #DBF1AB

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.19%

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

R = 34.71%
G = 38.19%
B = 27.1%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#DBF1AB (or 0xDBF1AB) is known color: Reef. HEX triplet: DB, F1 and AB. RGB value is (219,241,171). Sum of RGB (Red+Green+Blue) = 219+241+171=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 241 (94.53% from 255 or 38.19% from 631); Blue value is 171 (67.19% from 255 or 27.10% from 631); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF1AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF1AB is #240E54. Grayscale: #E2E2E2. Windows color (decimal): -2362965 or 11268571. OLE color: 11268571.

HSL color Cylindrical-coordinate representation of color #DBF1AB: hue angle of 78.86º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBF1AB is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 241 171 -
CMYK 0.09 0 0.29 0.05
HSL 78.86º 0.71% 0.81% -
HSV(B) 78.86º 0.29% 0.95% -
XYZ 68.02 80.91 50.56 -
YUV 226.44 96.71 122.69 -
System Red Green Blue C M Y K H S L
Decimal 219 241 171 0.09 0 0.29 0.05 78.86 0.71 0.81
Hex DB F1 AB 9 0 1D 5 4F 47 51
Octal 333 361 253 11 0 35 5 117 107 121
Binary 11011011 11110001 10101011 1001 0 11101 101 1001111 1000111 1010001

Color Harmonies of #DBF1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF1AB

Black with #DBF1AB

Text Example


Text Example

White with #DBF1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF1AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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