#CFDACA

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

Shades of Peppermint #CFDACA

Tints of Peppermint #CFDACA

Color information

#CFDACA (or 0xCFDACA) is unknown color: approx Peppermint. HEX triplet: CF, DA and CA. RGB value is (207,218,202). Sum of RGB (Red+Green+Blue) = 207+218+202=627 (83% of max value = 765). Red value is 207 (81.25% from 255 or 33.01% from 627); Green value is 218 (85.55% from 255 or 34.77% from 627); Blue value is 202 (79.30% from 255 or 32.22% from 627); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDACA is #302535. Grayscale: #D4D4D4. Windows color (decimal): -3155254 or 13294287. OLE color: 13294287.

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

Color convert

RGB207218202-
CMYK0.0500.070.15
HSL101.25º17.78%82.35%-
HSV(B)101.25º7.34%85.49%-
XYZ61.4667.6765.7-
YUV212.89121.86123.8-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.01%
GREEN value IS 218 (85.55% from 255) = 34.77%
BLUE value IS 202 (79.30% from 255) = 32.22%
R=33.01%
G=34.77%
B=32.22%

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
Decimal2072182020.0500.070.15101.2517.7882.35
HexCFDACA507F651252
Octal3173323125071714522122
Binary110011111101101011001010101011111111100101100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDACA; }

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

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

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

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

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

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

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

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