Html Css Color HEX #DBDD9F Mint Julep

📋 copy color: '#DBDD9F'

red 219 ◦ green 221 ◦ blue 159

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

Shades of Mint Julep #DBDD9F

Tints of Mint Julep #DBDD9F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.89%

 BLUE value IS 159 (62.5% from 255) = 26.54%

R = 36.56%
G = 36.89%
B = 26.54%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DBDD9F (or 0xDBDD9F) is known color: Mint Julep. HEX triplet: DB, DD and 9F. RGB value is (219,221,159). Sum of RGB (Red+Green+Blue) = 219+221+159=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 221 (86.72% from 255 or 36.89% from 599); Blue value is 159 (62.5% from 255 or 26.54% from 599); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDD9F is #242260. Grayscale: #D5D5D5. Windows color (decimal): -2368097 or 10477019. OLE color: 10477019.

HSL color Cylindrical-coordinate representation of color #DBDD9F: hue angle of 61.94º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBDD9F is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 221 159 -
CMYK 0.01 0 0.28 0.13
HSL 61.94º 0.48% 0.75% -
HSV(B) 61.94º 0.28% 0.87% -
XYZ 61.33 69.28 42.94 -
YUV 213.33 97.34 132.04 -
System Red Green Blue C M Y K H S L
Decimal 219 221 159 0.01 0 0.28 0.13 61.94 0.48 0.75
Hex DB DD 9F 1 0 1C D 3E 30 4B
Octal 333 335 237 1 0 34 15 76 60 113
Binary 11011011 11011101 10011111 1 0 11100 1101 111110 110000 1001011

Color Harmonies of #DBDD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDD9F

Black with #DBDD9F

Text Example


Text Example

White with #DBDD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDD9F; }

 p { color: rgb(219,221,159); }

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

background-color css

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

 a { background-color: rgb(219,221,159); }

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

border-color css

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

 span { border-color: rgb(219,221,159); }

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