Html Css Color HEX #DBF2B0 Reef

📋 copy color: '#DBF2B0'

red 219 ◦ green 242 ◦ blue 176

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

Shades of Reef #DBF2B0

Tints of Reef #DBF2B0

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.99%

 BLUE value IS 176 (69.14% from 255) = 27.63%

R = 34.38%
G = 37.99%
B = 27.63%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#DBF2B0 (or 0xDBF2B0) is known color: Reef. HEX triplet: DB, F2 and B0. RGB value is (219,242,176). Sum of RGB (Red+Green+Blue) = 219+242+176=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 242 (94.92% from 255 or 37.99% from 637); Blue value is 176 (69.14% from 255 or 27.63% from 637); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF2B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF2B0 is #240D4F. Grayscale: #E3E3E3. Windows color (decimal): -2362704 or 11596507. OLE color: 11596507.

HSL color Cylindrical-coordinate representation of color #DBF2B0: hue angle of 80.91º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBF2B0 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 242 176 -
CMYK 0.10 0 0.27 0.05
HSL 80.91º 0.72% 0.82% -
HSV(B) 80.91º 0.27% 0.95% -
XYZ 68.8 81.7 53.22 -
YUV 227.6 98.88 121.87 -
System Red Green Blue C M Y K H S L
Decimal 219 242 176 0.10 0 0.27 0.05 80.91 0.72 0.82
Hex DB F2 B0 A 0 1B 5 51 48 52
Octal 333 362 260 12 0 33 5 121 110 122
Binary 11011011 11110010 10110000 1010 0 11011 101 1010001 1001000 1010010

Color Harmonies of #DBF2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF2B0

Black with #DBF2B0

Text Example


Text Example

White with #DBF2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF2B0; }

 p { color: rgb(219,242,176); }

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

background-color css

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

 a { background-color: rgb(219,242,176); }

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

border-color css

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

 span { border-color: rgb(219,242,176); }

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