#DBF1B5

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

Shades of Reef #DBF1B5

Tints of Reef #DBF1B5

Color information

#DBF1B5 (or 0xDBF1B5) is unknown color: approx Reef. HEX triplet: DB, F1 and B5. RGB value is (219,241,181). Sum of RGB (Red+Green+Blue) = 219+241+181=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 241 (94.53% from 255 or 37.60% from 641); Blue value is 181 (71.09% from 255 or 28.24% from 641); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF1B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF1B5 is #240E4A. Grayscale: #E3E3E3. Windows color (decimal): -2362955 or 11923931. OLE color: 11923931.

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

Color convert

RGB219241181-
CMYK0.0900.250.05
HSL82º68.18%82.75%-
HSV(B)82º24.9%94.51%-
XYZ69.0181.3155.77-
YUV227.58101.71121.88-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.17%
GREEN value IS 241 (94.53% from 255) = 37.60%
BLUE value IS 181 (71.09% from 255) = 28.24%
R=34.17%
G=37.60%
B=28.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192411810.0900.250.058268.1882.75
HexDBF1B590195524453
Octal333361265110315122104123
Binary1101101111110001101101011001011001101101001010001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF1B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF1B5; }

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

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

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

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

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

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

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

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