Html Css Color HEX #D5DBD2 Peppermint

📋 copy color: '#D5DBD2'

red 213 ◦ green 219 ◦ blue 210

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

Shades of Peppermint #D5DBD2

Tints of Peppermint #D5DBD2

RGB

 RED value IS 213 (83.59% from 255) = 33.18%

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

 BLUE value IS 210 (82.42% from 255) = 32.71%

R = 33.18%
G = 34.11%
B = 32.71%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#D5DBD2 (or 0xD5DBD2) is known color: Peppermint. HEX triplet: D5, DB and D2. RGB value is (213,219,210). Sum of RGB (Red+Green+Blue) = 213+219+210=642 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.18% from 642); Green value is 219 (85.94% from 255 or 34.11% from 642); Blue value is 210 (82.42% from 255 or 32.71% from 642); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DBD2 is #2A242D. Grayscale: #D8D8D8. Windows color (decimal): -2761774 or 13818837. OLE color: 13818837.

HSL color Cylindrical-coordinate representation of color #D5DBD2: hue angle of 100º degrees, saturation: 0.11, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D5DBD2 is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 219 210 -
CMYK 0.03 0 0.04 0.14
HSL 100º 0.11% 0.84% -
HSV(B) 100º 0.04% 0.86% -
XYZ 64.4 69.46 70.99 -
YUV 216.18 124.51 125.73 -
System Red Green Blue C M Y K H S L
Decimal 213 219 210 0.03 0 0.04 0.14 100 0.11 0.84
Hex D5 DB D2 3 0 4 E 64 B 54
Octal 325 333 322 3 0 4 16 144 13 124
Binary 11010101 11011011 11010010 11 0 100 1110 1100100 1011 1010100

Color Harmonies of #D5DBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DBD2

Black with #D5DBD2

Text Example


Text Example

White with #D5DBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DBD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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