Html Css Color HEX #D2E1CC Peppermint

📋 copy color: '#D2E1CC'

red 210 ◦ green 225 ◦ blue 204

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

Shades of Peppermint #D2E1CC

Tints of Peppermint #D2E1CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 31.92%

R = 32.86%
G = 35.21%
B = 31.92%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#D2E1CC (or 0xD2E1CC) is known color: Peppermint. HEX triplet: D2, E1 and CC. RGB value is (210,225,204). Sum of RGB (Red+Green+Blue) = 210+225+204=639 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.86% from 639); Green value is 225 (88.28% from 255 or 35.21% from 639); Blue value is 204 (80.08% from 255 or 31.92% from 639); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E1CC is #2D1E33. Grayscale: #DADADA. Windows color (decimal): -2956852 or 13427154. OLE color: 13427154.

HSL color Cylindrical-coordinate representation of color #D2E1CC: hue angle of 102.86º degrees, saturation: 0.26, 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 #D2E1CC is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 210 225 204 -
CMYK 0.07 0 0.09 0.12
HSL 102.86º 0.26% 0.84% -
HSV(B) 102.86º 0.09% 0.88% -
XYZ 64.4 71.91 67.61 -
YUV 218.12 120.03 122.21 -
System Red Green Blue C M Y K H S L
Decimal 210 225 204 0.07 0 0.09 0.12 102.86 0.26 0.84
Hex D2 E1 CC 7 0 9 C 67 1A 54
Octal 322 341 314 7 0 11 14 147 32 124
Binary 11010010 11100001 11001100 111 0 1001 1100 1100111 11010 1010100

Color Harmonies of #D2E1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E1CC

Black with #D2E1CC

Text Example


Text Example

White with #D2E1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E1CC; }

 p { color: rgb(210,225,204); }

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

background-color css

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

 a { background-color: rgb(210,225,204); }

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

border-color css

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

 span { border-color: rgb(210,225,204); }

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