Html Css Color HEX #DBEBD5 Peppermint

📋 copy color: '#DBEBD5'

red 219 ◦ green 235 ◦ blue 213

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

Shades of Peppermint #DBEBD5

Tints of Peppermint #DBEBD5

RGB

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

 GREEN value IS 235 (92.19% from 255) = 35.23%

 BLUE value IS 213 (83.59% from 255) = 31.93%

R = 32.83%
G = 35.23%
B = 31.93%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#DBEBD5 (or 0xDBEBD5) is known color: Peppermint. HEX triplet: DB, EB and D5. RGB value is (219,235,213). Sum of RGB (Red+Green+Blue) = 219+235+213=667 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.83% from 667); Green value is 235 (92.19% from 255 or 35.23% from 667); Blue value is 213 (83.59% from 255 or 31.93% from 667); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEBD5 is #24142A. Grayscale: #E3E3E3. Windows color (decimal): -2364459 or 14019547. OLE color: 14019547.

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

Color convert

RGB 219 235 213 -
CMYK 0.07 0 0.09 0.08
HSL 103.64º 0.35% 0.88% -
HSV(B) 103.64º 0.09% 0.92% -
XYZ 70.93 79.28 74.52 -
YUV 227.71 119.7 121.79 -
System Red Green Blue C M Y K H S L
Decimal 219 235 213 0.07 0 0.09 0.08 103.64 0.35 0.88
Hex DB EB D5 7 0 9 8 68 23 58
Octal 333 353 325 7 0 11 10 150 43 130
Binary 11011011 11101011 11010101 111 0 1001 1000 1101000 100011 1011000

Color Harmonies of #DBEBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEBD5

Black with #DBEBD5

Text Example


Text Example

White with #DBEBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEBD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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