#D2E5CB

Color #D2E5CB Peppermint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peppermint #D2E5CB

Tints of Peppermint #D2E5CB

Color information

#D2E5CB (or 0xD2E5CB) is unknown color: approx Peppermint. HEX triplet: D2, E5 and CB. RGB value is (210,229,203). Sum of RGB (Red+Green+Blue) = 210+229+203=642 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.71% from 642); Green value is 229 (89.84% from 255 or 35.67% from 642); Blue value is 203 (79.69% from 255 or 31.62% from 642); Max value from RGB is 229 - color contains mainly: green. Hex color #D2E5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E5CB is #2D1A34. Grayscale: #DCDCDC. Windows color (decimal): -2955829 or 13362642. OLE color: 13362642.

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

Color convert

RGB210229203-
CMYK0.0800.110.10
HSL103.85º33.33%84.71%-
HSV(B)103.85º11.35%89.8%-
XYZ65.3874.0567.35-
YUV220.36118.21120.61-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.71%
GREEN value IS 229 (89.84% from 255) = 35.67%
BLUE value IS 203 (79.69% from 255) = 31.62%
R=32.71%
G=35.67%
B=31.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2102292030.0800.110.10103.8533.3384.71
HexD2E5CB80BA682155
Octal322345313100131215041125
Binary110100101110010111001011100001011101011010001000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E5CB; }

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

 H1.HeaderClassName
 {
   color: #D2E5CB;
 }
 .AnyTagClassName
 {
   color: #D2E5CB;
 }
</style>
background-color css

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

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

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

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

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

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