Html Css Color HEX #DBF1A1 Reef

📋 copy color: '#DBF1A1'

red 219 ◦ green 241 ◦ blue 161

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

Shades of Reef #DBF1A1

Tints of Reef #DBF1A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 25.93%

R = 35.27%
G = 38.81%
B = 25.93%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#DBF1A1 (or 0xDBF1A1) is known color: Reef. HEX triplet: DB, F1 and A1. RGB value is (219,241,161). Sum of RGB (Red+Green+Blue) = 219+241+161=621 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.27% from 621); Green value is 241 (94.53% from 255 or 38.81% from 621); Blue value is 161 (63.28% from 255 or 25.93% from 621); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF1A1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF1A1 is #240E5E. Grayscale: #E1E1E1. Windows color (decimal): -2362975 or 10613211. OLE color: 10613211.

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

Color convert

RGB 219 241 161 -
CMYK 0.09 0 0.33 0.05
HSL 76.5º 0.74% 0.79% -
HSV(B) 76.5º 0.33% 0.95% -
XYZ 67.1 80.54 45.73 -
YUV 225.3 91.71 123.5 -
System Red Green Blue C M Y K H S L
Decimal 219 241 161 0.09 0 0.33 0.05 76.5 0.74 0.79
Hex DB F1 A1 9 0 21 5 4C 4A 4F
Octal 333 361 241 11 0 41 5 114 112 117
Binary 11011011 11110001 10100001 1001 0 100001 101 1001100 1001010 1001111

Color Harmonies of #DBF1A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF1A1

Black with #DBF1A1

Text Example


Text Example

White with #DBF1A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF1A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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