Html Css Color HEX #D4E0CE Peppermint

📋 copy color: '#D4E0CE'

red 212 ◦ green 224 ◦ blue 206

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

Shades of Peppermint #D4E0CE

Tints of Peppermint #D4E0CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 32.09%

R = 33.02%
G = 34.89%
B = 32.09%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#D4E0CE (or 0xD4E0CE) is known color: Peppermint. HEX triplet: D4, E0 and CE. RGB value is (212,224,206). Sum of RGB (Red+Green+Blue) = 212+224+206=642 (85% of max value = 765). Red value is 212 (83.20% from 255 or 33.02% from 642); Green value is 224 (87.89% from 255 or 34.89% from 642); Blue value is 206 (80.86% from 255 or 32.09% from 642); Max value from RGB is 224 - color contains mainly: green. Hex color #D4E0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4E0CE is #2B1F31. Grayscale: #DADADA. Windows color (decimal): -2826034 or 13557972. OLE color: 13557972.

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

Color convert

RGB 212 224 206 -
CMYK 0.05 0 0.08 0.12
HSL 100º 0.23% 0.84% -
HSV(B) 100º 0.08% 0.88% -
XYZ 64.95 71.76 68.82 -
YUV 218.36 121.02 123.46 -
System Red Green Blue C M Y K H S L
Decimal 212 224 206 0.05 0 0.08 0.12 100 0.23 0.84
Hex D4 E0 CE 5 0 8 C 64 16 54
Octal 324 340 316 5 0 10 14 144 26 124
Binary 11010100 11100000 11001110 101 0 1000 1100 1100100 10110 1010100

Color Harmonies of #D4E0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E0CE

Black with #D4E0CE

Text Example


Text Example

White with #D4E0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E0CE; }

 p { color: rgb(212,224,206); }

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

background-color css

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

 a { background-color: rgb(212,224,206); }

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

border-color css

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

 span { border-color: rgb(212,224,206); }

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