#DBEFB0

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

Shades of Reef #DBEFB0

Tints of Reef #DBEFB0

Color information

#DBEFB0 (or 0xDBEFB0) is unknown color: approx Reef. HEX triplet: DB, EF and B0. RGB value is (219,239,176). Sum of RGB (Red+Green+Blue) = 219+239+176=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 239 (93.75% from 255 or 37.70% from 634); Blue value is 176 (69.14% from 255 or 27.76% from 634); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEFB0 is #24104F. Grayscale: #E2E2E2. Windows color (decimal): -2363472 or 11595739. OLE color: 11595739.

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

Color convert

RGB219239176-
CMYK0.0800.260.06
HSL79.05º66.32%81.37%-
HSV(B)79.05º26.36%93.73%-
XYZ67.9279.9352.92-
YUV225.8499.87123.12-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.54%
GREEN value IS 239 (93.75% from 255) = 37.70%
BLUE value IS 176 (69.14% from 255) = 27.76%
R=34.54%
G=37.70%
B=27.76%

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
Decimal2192391760.0800.260.0679.0566.3281.37
HexDBEFB0801A64f4251
Octal333357260100326117102121
Binary1101101111101111101100001000011010110100111110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEFB0; }

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

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

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

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

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

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

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

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