#DBEFB1

Color #DBEFB1 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #DBEFB1

Tints of Reef #DBEFB1

Color information

#DBEFB1 (or 0xDBEFB1) is unknown color: approx Reef. HEX triplet: DB, EF and B1. RGB value is (219,239,177). Sum of RGB (Red+Green+Blue) = 219+239+177=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 239 (93.75% from 255 or 37.64% from 635); Blue value is 177 (69.53% from 255 or 27.87% from 635); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEFB1 is #24104E. Grayscale: #E2E2E2. Windows color (decimal): -2363471 or 11661275. OLE color: 11661275.

HSL color Cylindrical-coordinate representation of color #DBEFB1: hue angle of 79.35º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBEFB1 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB219239177-
CMYK0.0800.260.06
HSL79.35º65.96%81.57%-
HSV(B)79.35º25.94%93.73%-
XYZ68.0279.9753.45-
YUV225.95100.37123.04-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.49%
GREEN value IS 239 (93.75% from 255) = 37.64%
BLUE value IS 177 (69.53% from 255) = 27.87%
R=34.49%
G=37.64%
B=27.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2192391770.0800.260.0679.3565.9681.57
HexDBEFB1801A64f4252
Octal333357261100326117102122
Binary1101101111101111101100011000011010110100111110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEFB1; }

 p { color: rgb(219,239,177); }

 H1.HeaderClassName
 {
   color: #DBEFB1;
 }
 .AnyTagClassName
 {
   color: #DBEFB1;
 }
</style>
background-color css

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

 a { background-color: rgb(219,239,177); }

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

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

 span { border-color: rgb(219,239,177); }

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