Html Css Color HEX #DBEC86 Mindaro

📋 copy color: '#DBEC86'

red 219 ◦ green 236 ◦ blue 134

#DBEC86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #DBEC86

Tints of Mindaro #DBEC86

RGB

 RED value IS 219 (85.94% from 255) = 37.18%

 GREEN value IS 236 (92.58% from 255) = 40.07%

 BLUE value IS 134 (52.73% from 255) = 22.75%

R = 37.18%
G = 40.07%
B = 22.75%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#DBEC86 (or 0xDBEC86) is known color: Mindaro. HEX triplet: DB, EC and 86. RGB value is (219,236,134). Sum of RGB (Red+Green+Blue) = 219+236+134=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 236 (92.58% from 255 or 40.07% from 589); Blue value is 134 (52.73% from 255 or 22.75% from 589); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEC86 is #241379. Grayscale: #DBDBDB. Windows color (decimal): -2364282 or 8842459. OLE color: 8842459.

HSL color Cylindrical-coordinate representation of color #DBEC86: hue angle of 70º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DBEC86 is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 236 134 -
CMYK 0.07 0 0.43 0.07
HSL 70º 0.73% 0.73% -
HSV(B) 70º 0.43% 0.93% -
XYZ 63.51 76.77 34.03 -
YUV 219.29 79.87 127.79 -
System Red Green Blue C M Y K H S L
Decimal 219 236 134 0.07 0 0.43 0.07 70 0.73 0.73
Hex DB EC 86 7 0 2B 7 46 49 49
Octal 333 354 206 7 0 53 7 106 111 111
Binary 11011011 11101100 10000110 111 0 101011 111 1000110 1001001 1001001

Color Harmonies of #DBEC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEC86

Black with #DBEC86

Text Example


Text Example

White with #DBEC86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEC86; }

 p { color: rgb(219,236,134); }

 H1.HeaderClassName
 {
   color: #DBEC86;
 }
 .AnyTagClassName
 {
   color: #DBEC86;
 }
</style>

background-color css

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

 a { background-color: rgb(219,236,134); }

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

border-color css

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

 span { border-color: rgb(219,236,134); }

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