#D0DCCF

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

Shades of Peppermint #D0DCCF

Tints of Peppermint #D0DCCF

Color information

#D0DCCF (or 0xD0DCCF) is unknown color: approx Peppermint. HEX triplet: D0, DC and CF. RGB value is (208,220,207). Sum of RGB (Red+Green+Blue) = 208+220+207=635 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.76% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 207 (81.25% from 255 or 32.60% from 635); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DCCF is #2F2330. Grayscale: #D6D6D6. Windows color (decimal): -3089201 or 13622480. OLE color: 13622480.

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

Color convert

RGB208220207-
CMYK0.0500.060.14
HSL115.38º15.66%83.73%-
HSV(B)115.38º5.91%86.27%-
XYZ62.8769.169.06-
YUV214.93123.52123.06-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.76%
GREEN value IS 220 (86.33% from 255) = 34.65%
BLUE value IS 207 (81.25% from 255) = 32.60%
R=32.76%
G=34.65%
B=32.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2082202070.0500.060.14115.3815.6683.73
HexD0DCCF506E731054
Octal3203343175061616320124
Binary110100001101110011001111101011011101110011100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DCCF; }

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

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

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

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

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

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

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

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