#DBEB84

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

Shades of Mindaro #DBEB84

Tints of Mindaro #DBEB84

Color information

#DBEB84 (or 0xDBEB84) is unknown color: approx Mindaro. HEX triplet: DB, EB and 84. RGB value is (219,235,132). Sum of RGB (Red+Green+Blue) = 219+235+132=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 235 (92.19% from 255 or 40.10% from 586); Blue value is 132 (51.95% from 255 or 22.53% from 586); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEB84 is #24147B. Grayscale: #DADADA. Windows color (decimal): -2364540 or 8711131. OLE color: 8711131.

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

Color convert

RGB219235132-
CMYK0.0700.440.08
HSL69.32º72.03%71.96%-
HSV(B)69.32º43.83%92.16%-
XYZ63.0976.1433.2-
YUV218.4779.2128.38-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.37%
GREEN value IS 235 (92.19% from 255) = 40.10%
BLUE value IS 132 (51.95% from 255) = 22.53%
R=37.37%
G=40.10%
B=22.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192351320.0700.440.0869.3272.0371.96
HexDBEB84702C8454848
Octal333353204705410105110110
Binary11011011111010111000010011101011001000100010110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEB84; }

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

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

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

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

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

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

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

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