#CFDACB

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

Shades of Peppermint #CFDACB

Tints of Peppermint #CFDACB

Color information

#CFDACB (or 0xCFDACB) is unknown color: approx Peppermint. HEX triplet: CF, DA and CB. RGB value is (207,218,203). Sum of RGB (Red+Green+Blue) = 207+218+203=628 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.96% from 628); Green value is 218 (85.55% from 255 or 34.71% from 628); Blue value is 203 (79.69% from 255 or 32.32% from 628); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDACB is #302534. Grayscale: #D5D5D5. Windows color (decimal): -3155253 or 13359823. OLE color: 13359823.

HSL color Cylindrical-coordinate representation of color #CFDACB: hue angle of 104º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CFDACB is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB207218203-
CMYK0.0500.070.15
HSL104º16.85%82.55%-
HSV(B)104º6.88%85.49%-
XYZ61.5867.7266.33-
YUV213122.36123.72-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.96%
GREEN value IS 218 (85.55% from 255) = 34.71%
BLUE value IS 203 (79.69% from 255) = 32.32%
R=32.96%
G=34.71%
B=32.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2072182030.0500.070.1510416.8582.55
HexCFDACB507F681153
Octal3173323135071715021123
Binary110011111101101011001011101011111111101000100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDACB; }

 p { color: rgb(207,218,203); }

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

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

 a { background-color: rgb(207,218,203); }

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

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

 span { border-color: rgb(207,218,203); }

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