#D2E3CB

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

Shades of Peppermint #D2E3CB

Tints of Peppermint #D2E3CB

Color information

#D2E3CB (or 0xD2E3CB) is unknown color: approx Peppermint. HEX triplet: D2, E3 and CB. RGB value is (210,227,203). Sum of RGB (Red+Green+Blue) = 210+227+203=640 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.81% from 640); Green value is 227 (89.06% from 255 or 35.47% from 640); Blue value is 203 (79.69% from 255 or 31.72% from 640); Max value from RGB is 227 - color contains mainly: green. Hex color #D2E3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E3CB is #2D1C34. Grayscale: #DBDBDB. Windows color (decimal): -2956341 or 13362130. OLE color: 13362130.

HSL color Cylindrical-coordinate representation of color #D2E3CB: hue angle of 102.5º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2E3CB is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB210227203-
CMYK0.0700.110.11
HSL102.5º30%84.31%-
HSV(B)102.5º10.57%89.02%-
XYZ64.8372.9567.16-
YUV219.18118.87121.45-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.81%
GREEN value IS 227 (89.06% from 255) = 35.47%
BLUE value IS 203 (79.69% from 255) = 31.72%
R=32.81%
G=35.47%
B=31.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2102272030.0700.110.11102.53084.31
HexD2E3CB70BB661e54
Octal32234331370131314636124
Binary1101001011100011110010111110101110111100110111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E3CB; }

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

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

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

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

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

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

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

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