#CFDCC9

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

Shades of Peppermint #CFDCC9

Tints of Peppermint #CFDCC9

Color information

#CFDCC9 (or 0xCFDCC9) is unknown color: approx Peppermint. HEX triplet: CF, DC and C9. RGB value is (207,220,201). Sum of RGB (Red+Green+Blue) = 207+220+201=628 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.96% from 628); Green value is 220 (86.33% from 255 or 35.03% from 628); Blue value is 201 (78.91% from 255 or 32.01% from 628); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDCC9 is #302336. Grayscale: #D6D6D6. Windows color (decimal): -3154743 or 13229263. OLE color: 13229263.

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

Color convert

RGB207220201-
CMYK0.0600.090.14
HSL101.05º21.35%82.55%-
HSV(B)101.05º8.64%86.27%-
XYZ61.8768.6765.25-
YUV213.95120.69123.04-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.96%
GREEN value IS 220 (86.33% from 255) = 35.03%
BLUE value IS 201 (78.91% from 255) = 32.01%
R=32.96%
G=35.03%
B=32.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2072202010.0600.090.14101.0521.3582.55
HexCFDCC9609E651553
Octal31733431160111614525123
Binary1100111111011100110010011100100111101100101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDCC9; }

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

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

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

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

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

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

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

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