Html Css Color HEX #D5DFD0 Peppermint

📋 copy color: '#D5DFD0'

red 213 ◦ green 223 ◦ blue 208

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

Shades of Peppermint #D5DFD0

Tints of Peppermint #D5DFD0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.63%

 BLUE value IS 208 (81.64% from 255) = 32.3%

R = 33.07%
G = 34.63%
B = 32.3%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#D5DFD0 (or 0xD5DFD0) is known color: Peppermint. HEX triplet: D5, DF and D0. RGB value is (213,223,208). Sum of RGB (Red+Green+Blue) = 213+223+208=644 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.07% from 644); Green value is 223 (87.5% from 255 or 34.63% from 644); Blue value is 208 (81.64% from 255 or 32.30% from 644); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DFD0 is #2A202F. Grayscale: #DADADA. Windows color (decimal): -2760752 or 13688789. OLE color: 13688789.

HSL color Cylindrical-coordinate representation of color #D5DFD0: hue angle of 100º degrees, saturation: 0.19, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D5DFD0 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 223 208 -
CMYK 0.04 0 0.07 0.13
HSL 100º 0.19% 0.85% -
HSV(B) 100º 0.07% 0.87% -
XYZ 65.21 71.48 70.03 -
YUV 218.3 122.19 124.22 -
System Red Green Blue C M Y K H S L
Decimal 213 223 208 0.04 0 0.07 0.13 100 0.19 0.85
Hex D5 DF D0 4 0 7 D 64 13 55
Octal 325 337 320 4 0 7 15 144 23 125
Binary 11010101 11011111 11010000 100 0 111 1101 1100100 10011 1010101

Color Harmonies of #D5DFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DFD0

Black with #D5DFD0

Text Example


Text Example

White with #D5DFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DFD0; }

 p { color: rgb(213,223,208); }

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

background-color css

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

 a { background-color: rgb(213,223,208); }

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

border-color css

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

 span { border-color: rgb(213,223,208); }

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