Html Css Color HEX #DEDBB2 Mint Julep

📋 copy color: '#DEDBB2'

red 222 ◦ green 219 ◦ blue 178

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

Shades of Mint Julep #DEDBB2

Tints of Mint Julep #DEDBB2

RGB

 RED value IS 222 (87.11% from 255) = 35.86%

 GREEN value IS 219 (85.94% from 255) = 35.38%

 BLUE value IS 178 (69.92% from 255) = 28.76%

R = 35.86%
G = 35.38%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DEDBB2 (or 0xDEDBB2) is known color: Mint Julep. HEX triplet: DE, DB and B2. RGB value is (222,219,178). Sum of RGB (Red+Green+Blue) = 222+219+178=619 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.86% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 178 (69.92% from 255 or 28.76% from 619); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDBB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDBB2 is #21244D. Grayscale: #D7D7D7. Windows color (decimal): -2171982 or 11721694. OLE color: 11721694.

HSL color Cylindrical-coordinate representation of color #DEDBB2: hue angle of 55.91º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DEDBB2 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 219 178 -
CMYK 0 0.01 0.20 0.13
HSL 55.91º 0.4% 0.78% -
HSV(B) 55.91º 0.2% 0.87% -
XYZ 63.49 69.41 52.17 -
YUV 215.22 106.99 132.83 -
System Red Green Blue C M Y K H S L
Decimal 222 219 178 0 0.01 0.20 0.13 55.91 0.4 0.78
Hex DE DB B2 0 1 14 D 38 28 4E
Octal 336 333 262 0 1 24 15 70 50 116
Binary 11011110 11011011 10110010 0 1 10100 1101 111000 101000 1001110

Color Harmonies of #DEDBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDBB2

Black with #DEDBB2

Text Example


Text Example

White with #DEDBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDBB2; }

 p { color: rgb(222,219,178); }

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

background-color css

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

 a { background-color: rgb(222,219,178); }

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

border-color css

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

 span { border-color: rgb(222,219,178); }

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