#DBEBB0

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

Shades of Reef #DBEBB0

Tints of Reef #DBEBB0

Color information

#DBEBB0 (or 0xDBEBB0) is unknown color: approx Reef. HEX triplet: DB, EB and B0. RGB value is (219,235,176). Sum of RGB (Red+Green+Blue) = 219+235+176=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 235 (92.19% from 255 or 37.30% from 630); Blue value is 176 (69.14% from 255 or 27.94% from 630); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEBB0 is #24144F. Grayscale: #DFDFDF. Windows color (decimal): -2364496 or 11594715. OLE color: 11594715.

HSL color Cylindrical-coordinate representation of color #DBEBB0: hue angle of 76.27º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBEBB0 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB219235176-
CMYK0.0700.250.08
HSL76.27º59.6%80.59%-
HSV(B)76.27º25.11%92.16%-
XYZ66.7677.6152.54-
YUV223.49101.2124.8-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.76%
GREEN value IS 235 (92.19% from 255) = 37.30%
BLUE value IS 176 (69.14% from 255) = 27.94%
R=34.76%
G=37.30%
B=27.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192351760.0700.250.0876.2759.680.59
HexDBEBB0701984c3c51
Octal33335326070311011474121
Binary110110111110101110110000111011001100010011001111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEBB0; }

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

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

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

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

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

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

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

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