#D3DDCF

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

Shades of Peppermint #D3DDCF

Tints of Peppermint #D3DDCF

Color information

#D3DDCF (or 0xD3DDCF) is unknown color: approx Peppermint. HEX triplet: D3, DD and CF. RGB value is (211,221,207). Sum of RGB (Red+Green+Blue) = 211+221+207=639 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.02% from 639); Green value is 221 (86.72% from 255 or 34.59% from 639); Blue value is 207 (81.25% from 255 or 32.39% from 639); Max value from RGB is 221 - color contains mainly: green. Hex color #D3DDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DDCF is #2C2230. Grayscale: #D8D8D8. Windows color (decimal): -2892337 or 13622739. OLE color: 13622739.

HSL color Cylindrical-coordinate representation of color #D3DDCF: hue angle of 102.86º 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 #D3DDCF is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB211221207-
CMYK0.0500.060.13
HSL102.86º17.07%83.92%-
HSV(B)102.86º6.33%86.67%-
XYZ63.9870.0769.18-
YUV216.41122.69124.14-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.02%
GREEN value IS 221 (86.72% from 255) = 34.59%
BLUE value IS 207 (81.25% from 255) = 32.39%
R=33.02%
G=34.59%
B=32.39%

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
Decimal2112212070.0500.060.13102.8617.0783.92
HexD3DDCF506D671154
Octal3233353175061514721124
Binary110100111101110111001111101011011011100111100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DDCF; }

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

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

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

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

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

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

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

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