#CFDACD

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

Shades of Peppermint #CFDACD

Tints of Peppermint #CFDACD

Color information

#CFDACD (or 0xCFDACD) is unknown color: approx Peppermint. HEX triplet: CF, DA and CD. RGB value is (207,218,205). Sum of RGB (Red+Green+Blue) = 207+218+205=630 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.86% from 630); Green value is 218 (85.55% from 255 or 34.60% from 630); Blue value is 205 (80.47% from 255 or 32.54% from 630); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDACD is #302532. Grayscale: #D5D5D5. Windows color (decimal): -3155251 or 13490895. OLE color: 13490895.

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

Color convert

RGB207218205-
CMYK0.0500.060.15
HSL110.77º14.94%82.94%-
HSV(B)110.77º5.96%85.49%-
XYZ61.8267.8267.59-
YUV213.23123.36123.56-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.86%
GREEN value IS 218 (85.55% from 255) = 34.60%
BLUE value IS 205 (80.47% from 255) = 32.54%
R=32.86%
G=34.60%
B=32.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2072182050.0500.060.15110.7714.9482.94
HexCFDACD506F6ff53
Octal3173323155061715717123
Binary11001111110110101100110110101101111110111111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDACD; }

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

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

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

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

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

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

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

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