Html Css Color HEX #D4E1CD Peppermint

📋 copy color: '#D4E1CD'

red 212 ◦ green 225 ◦ blue 205

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

Shades of Peppermint #D4E1CD

Tints of Peppermint #D4E1CD

RGB

 RED value IS 212 (83.2% from 255) = 33.02%

 GREEN value IS 225 (88.28% from 255) = 35.05%

 BLUE value IS 205 (80.47% from 255) = 31.93%

R = 33.02%
G = 35.05%
B = 31.93%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#D4E1CD (or 0xD4E1CD) is known color: Peppermint. HEX triplet: D4, E1 and CD. RGB value is (212,225,205). Sum of RGB (Red+Green+Blue) = 212+225+205=642 (85% of max value = 765). Red value is 212 (83.20% from 255 or 33.02% from 642); Green value is 225 (88.28% from 255 or 35.05% from 642); Blue value is 205 (80.47% from 255 or 31.93% from 642); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4E1CD is #2B1E32. Grayscale: #DADADA. Windows color (decimal): -2825779 or 13492692. OLE color: 13492692.

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

Color convert

RGB 212 225 205 -
CMYK 0.06 0 0.09 0.12
HSL 99º 0.25% 0.84% -
HSV(B) 99º 0.09% 0.88% -
XYZ 65.1 72.26 68.27 -
YUV 218.83 120.19 123.13 -
System Red Green Blue C M Y K H S L
Decimal 212 225 205 0.06 0 0.09 0.12 99 0.25 0.84
Hex D4 E1 CD 6 0 9 C 63 19 54
Octal 324 341 315 6 0 11 14 143 31 124
Binary 11010100 11100001 11001101 110 0 1001 1100 1100011 11001 1010100

Color Harmonies of #D4E1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E1CD

Black with #D4E1CD

Text Example


Text Example

White with #D4E1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E1CD; }

 p { color: rgb(212,225,205); }

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

background-color css

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

 a { background-color: rgb(212,225,205); }

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

border-color css

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

 span { border-color: rgb(212,225,205); }

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