#D2DDCF

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

Shades of Peppermint #D2DDCF

Tints of Peppermint #D2DDCF

Color information

#D2DDCF (or 0xD2DDCF) is unknown color: approx Peppermint. HEX triplet: D2, DD and CF. RGB value is (210,221,207). Sum of RGB (Red+Green+Blue) = 210+221+207=638 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.92% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 207 (81.25% from 255 or 32.45% from 638); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DDCF is #2D2230. Grayscale: #D8D8D8. Windows color (decimal): -2957873 or 13622738. OLE color: 13622738.

HSL color Cylindrical-coordinate representation of color #D2DDCF: hue angle of 107.14º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D2DDCF is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB210221207-
CMYK0.0500.060.13
HSL107.14º17.07%83.92%-
HSV(B)107.14º6.33%86.67%-
XYZ63.769.9269.17-
YUV216.12122.86123.64-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.92%
GREEN value IS 221 (86.72% from 255) = 34.64%
BLUE value IS 207 (81.25% from 255) = 32.45%
R=32.92%
G=34.64%
B=32.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2102212070.0500.060.13107.1417.0783.92
HexD2DDCF506D6b1154
Octal3223353175061515321124
Binary110100101101110111001111101011011011101011100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DDCF; }

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

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

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

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

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

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

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

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