Html Css Color HEX #D2E5CE Peppermint

📋 copy color: '#D2E5CE'

red 210 ◦ green 229 ◦ blue 206

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

Shades of Peppermint #D2E5CE

Tints of Peppermint #D2E5CE

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.5%

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

R = 32.56%
G = 35.5%
B = 31.94%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#D2E5CE (or 0xD2E5CE) is known color: Peppermint. HEX triplet: D2, E5 and CE. RGB value is (210,229,206). Sum of RGB (Red+Green+Blue) = 210+229+206=645 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.56% from 645); Green value is 229 (89.84% from 255 or 35.50% from 645); Blue value is 206 (80.86% from 255 or 31.94% from 645); Max value from RGB is 229 - color contains mainly: green. Hex color #D2E5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E5CE is #2D1A31. Grayscale: #DCDCDC. Windows color (decimal): -2955826 or 13559250. OLE color: 13559250.

HSL color Cylindrical-coordinate representation of color #D2E5CE: hue angle of 109.57º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D2E5CE is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 210 229 206 -
CMYK 0.08 0 0.10 0.10
HSL 109.57º 0.31% 0.85% -
HSV(B) 109.57º 0.1% 0.9% -
XYZ 65.74 74.2 69.25 -
YUV 220.7 119.71 120.37 -
System Red Green Blue C M Y K H S L
Decimal 210 229 206 0.08 0 0.10 0.10 109.57 0.31 0.85
Hex D2 E5 CE 8 0 A A 6E 1F 55
Octal 322 345 316 10 0 12 12 156 37 125
Binary 11010010 11100101 11001110 1000 0 1010 1010 1101110 11111 1010101

Color Harmonies of #D2E5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E5CE

Black with #D2E5CE

Text Example


Text Example

White with #D2E5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E5CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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