Html Css Color HEX #D2E0CE Peppermint

📋 copy color: '#D2E0CE'

red 210 ◦ green 224 ◦ blue 206

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

Shades of Peppermint #D2E0CE

Tints of Peppermint #D2E0CE

RGB

 RED value IS 210 (82.42% from 255) = 32.81%

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

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

R = 32.81%
G = 35%
B = 32.19%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#D2E0CE (or 0xD2E0CE) is known color: Peppermint. HEX triplet: D2, E0 and CE. RGB value is (210,224,206). Sum of RGB (Red+Green+Blue) = 210+224+206=640 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.81% from 640); Green value is 224 (87.89% from 255 or 35% from 640); Blue value is 206 (80.86% from 255 or 32.19% from 640); Max value from RGB is 224 - color contains mainly: green. Hex color #D2E0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E0CE is #2D1F31. Grayscale: #D9D9D9. Windows color (decimal): -2957106 or 13557970. OLE color: 13557970.

HSL color Cylindrical-coordinate representation of color #D2E0CE: hue angle of 106.67º 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 #D2E0CE is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 210 224 206 -
CMYK 0.06 0 0.08 0.12
HSL 106.67º 0.23% 0.84% -
HSV(B) 106.67º 0.08% 0.88% -
XYZ 64.37 71.47 68.79 -
YUV 217.76 121.36 122.46 -
System Red Green Blue C M Y K H S L
Decimal 210 224 206 0.06 0 0.08 0.12 106.67 0.23 0.84
Hex D2 E0 CE 6 0 8 C 6B 16 54
Octal 322 340 316 6 0 10 14 153 26 124
Binary 11010010 11100000 11001110 110 0 1000 1100 1101011 10110 1010100

Color Harmonies of #D2E0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E0CE

Black with #D2E0CE

Text Example


Text Example

White with #D2E0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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