Html Css Color HEX #DBEBD3 Peppermint

📋 copy color: '#DBEBD3'

red 219 ◦ green 235 ◦ blue 211

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

Shades of Peppermint #DBEBD3

Tints of Peppermint #DBEBD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 31.73%

R = 32.93%
G = 35.34%
B = 31.73%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#DBEBD3 (or 0xDBEBD3) is known color: Peppermint. HEX triplet: DB, EB and D3. RGB value is (219,235,211). Sum of RGB (Red+Green+Blue) = 219+235+211=665 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.93% from 665); Green value is 235 (92.19% from 255 or 35.34% from 665); Blue value is 211 (82.81% from 255 or 31.73% from 665); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEBD3 is #24142C. Grayscale: #E3E3E3. Windows color (decimal): -2364461 or 13888475. OLE color: 13888475.

HSL color Cylindrical-coordinate representation of color #DBEBD3: hue angle of 100º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBEBD3 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 235 211 -
CMYK 0.07 0 0.10 0.08
HSL 100º 0.38% 0.87% -
HSV(B) 100º 0.1% 0.92% -
XYZ 70.68 79.18 73.19 -
YUV 227.48 118.7 121.95 -
System Red Green Blue C M Y K H S L
Decimal 219 235 211 0.07 0 0.10 0.08 100 0.38 0.87
Hex DB EB D3 7 0 A 8 64 26 57
Octal 333 353 323 7 0 12 10 144 46 127
Binary 11011011 11101011 11010011 111 0 1010 1000 1100100 100110 1010111

Color Harmonies of #DBEBD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEBD3

Black with #DBEBD3

Text Example


Text Example

White with #DBEBD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEBD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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