#D3DCCF

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

Shades of Peppermint #D3DCCF

Tints of Peppermint #D3DCCF

Color information

#D3DCCF (or 0xD3DCCF) is unknown color: approx Peppermint. HEX triplet: D3, DC and CF. RGB value is (211,220,207). Sum of RGB (Red+Green+Blue) = 211+220+207=638 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.07% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 207 (81.25% from 255 or 32.45% from 638); Max value from RGB is 220 - color contains mainly: green. Hex color #D3DCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DCCF is #2C2330. Grayscale: #D7D7D7. Windows color (decimal): -2892593 or 13622483. OLE color: 13622483.

HSL color Cylindrical-coordinate representation of color #D3DCCF: hue angle of 101.54º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D3DCCF is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB211220207-
CMYK0.0400.060.14
HSL101.54º15.66%83.73%-
HSV(B)101.54º5.91%86.27%-
XYZ63.7269.5469.1-
YUV215.83123.02124.56-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.07%
GREEN value IS 220 (86.33% from 255) = 34.48%
BLUE value IS 207 (81.25% from 255) = 32.45%
R=33.07%
G=34.48%
B=32.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2112202070.0400.060.14101.5415.6683.73
HexD3DCCF406E661054
Octal3233343174061614620124
Binary110100111101110011001111100011011101100110100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DCCF; }

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

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

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

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

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

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

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

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