Html Css Color HEX #D5E0D2 Peppermint

📋 copy color: '#D5E0D2'

red 213 ◦ green 224 ◦ blue 210

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

Shades of Peppermint #D5E0D2

Tints of Peppermint #D5E0D2

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.62%

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

R = 32.92%
G = 34.62%
B = 32.46%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#D5E0D2 (or 0xD5E0D2) is known color: Peppermint. HEX triplet: D5, E0 and D2. RGB value is (213,224,210). Sum of RGB (Red+Green+Blue) = 213+224+210=647 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.92% from 647); Green value is 224 (87.89% from 255 or 34.62% from 647); Blue value is 210 (82.42% from 255 or 32.46% from 647); Max value from RGB is 224 - color contains mainly: green. Hex color #D5E0D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E0D2 is #2A1F2D. Grayscale: #DBDBDB. Windows color (decimal): -2760494 or 13820117. OLE color: 13820117.

HSL color Cylindrical-coordinate representation of color #D5E0D2: hue angle of 107.14º degrees, saturation: 0.18, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D5E0D2 is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB 213 224 210 -
CMYK 0.05 0 0.06 0.12
HSL 107.14º 0.18% 0.85% -
HSV(B) 107.14º 0.06% 0.88% -
XYZ 65.73 72.11 71.43 -
YUV 219.12 122.86 123.64 -
System Red Green Blue C M Y K H S L
Decimal 213 224 210 0.05 0 0.06 0.12 107.14 0.18 0.85
Hex D5 E0 D2 5 0 6 C 6B 12 55
Octal 325 340 322 5 0 6 14 153 22 125
Binary 11010101 11100000 11010010 101 0 110 1100 1101011 10010 1010101

Color Harmonies of #D5E0D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E0D2

Black with #D5E0D2

Text Example


Text Example

White with #D5E0D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E0D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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