#D2E0CF

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

Shades of Peppermint #D2E0CF

Tints of Peppermint #D2E0CF

Color information

#D2E0CF (or 0xD2E0CF) is unknown color: approx Peppermint. HEX triplet: D2, E0 and CF. RGB value is (210,224,207). Sum of RGB (Red+Green+Blue) = 210+224+207=641 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.76% from 641); Green value is 224 (87.89% from 255 or 34.95% from 641); Blue value is 207 (81.25% from 255 or 32.29% from 641); Max value from RGB is 224 - color contains mainly: green. Hex color #D2E0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E0CF is #2D1F30. Grayscale: #D9D9D9. Windows color (decimal): -2957105 or 13623506. OLE color: 13623506.

HSL color Cylindrical-coordinate representation of color #D2E0CF: hue angle of 109.41º degrees, saturation: 0.22, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D2E0CF is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB210224207-
CMYK0.0600.080.12
HSL109.41º21.52%84.51%-
HSV(B)109.41º7.59%87.84%-
XYZ64.571.5269.44-
YUV217.88121.86122.38-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.76%
GREEN value IS 224 (87.89% from 255) = 34.95%
BLUE value IS 207 (81.25% from 255) = 32.29%
R=32.76%
G=34.95%
B=32.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2102242070.0600.080.12109.4121.5284.51
HexD2E0CF608C6d1655
Octal32234031760101415526125
Binary1101001011100000110011111100100011001101101101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E0CF; }

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

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

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

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

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

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

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

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