#DBEBAE

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

Shades of Reef #DBEBAE

Tints of Reef #DBEBAE

Color information

#DBEBAE (or 0xDBEBAE) is unknown color: approx Reef. HEX triplet: DB, EB and AE. RGB value is (219,235,174). Sum of RGB (Red+Green+Blue) = 219+235+174=628 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.87% from 628); Green value is 235 (92.19% from 255 or 37.42% from 628); Blue value is 174 (68.36% from 255 or 27.71% from 628); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEBAE is #241451. Grayscale: #DFDFDF. Windows color (decimal): -2364498 or 11463643. OLE color: 11463643.

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

Color convert

RGB219235174-
CMYK0.0700.260.08
HSL75.74º60.4%80.2%-
HSV(B)75.74º25.96%92.16%-
XYZ66.5677.5351.5-
YUV223.26100.2124.96-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.87%
GREEN value IS 235 (92.19% from 255) = 37.42%
BLUE value IS 174 (68.36% from 255) = 27.71%
R=34.87%
G=37.42%
B=27.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192351740.0700.260.0875.7460.480.2
HexDBEBAE701A84c3c50
Octal33335325670321011474120
Binary110110111110101110101110111011010100010011001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEBAE; }

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

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

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

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

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

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

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

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