Html Css Color HEX #DDE1DB Peppermint

📋 copy color: '#DDE1DB'

red 221 ◦ green 225 ◦ blue 219

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

Shades of Peppermint #DDE1DB

Tints of Peppermint #DDE1DB

RGB

 RED value IS 221 (86.72% from 255) = 33.23%

 GREEN value IS 225 (88.28% from 255) = 33.83%

 BLUE value IS 219 (85.94% from 255) = 32.93%

R = 33.23%
G = 33.83%
B = 32.93%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#DDE1DB (or 0xDDE1DB) is known color: Peppermint. HEX triplet: DD, E1 and DB. RGB value is (221,225,219). Sum of RGB (Red+Green+Blue) = 221+225+219=665 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.23% from 665); Green value is 225 (88.28% from 255 or 33.83% from 665); Blue value is 219 (85.94% from 255 or 32.93% from 665); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE1DB is #221E24. Grayscale: #DFDFDF. Windows color (decimal): -2235941 or 14410205. OLE color: 14410205.

HSL color Cylindrical-coordinate representation of color #DDE1DB: hue angle of 100º degrees, saturation: 0.09, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DDE1DB is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 225 219 -
CMYK 0.02 0 0.03 0.12
HSL 100º 0.09% 0.87% -
HSV(B) 100º 0.03% 0.88% -
XYZ 69.53 74.34 77.7 -
YUV 223.12 125.67 126.49 -
System Red Green Blue C M Y K H S L
Decimal 221 225 219 0.02 0 0.03 0.12 100 0.09 0.87
Hex DD E1 DB 2 0 3 C 64 9 57
Octal 335 341 333 2 0 3 14 144 11 127
Binary 11011101 11100001 11011011 10 0 11 1100 1100100 1001 1010111

Color Harmonies of #DDE1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE1DB

Black with #DDE1DB

Text Example


Text Example

White with #DDE1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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