#CFDECC

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

Shades of Peppermint #CFDECC

Tints of Peppermint #CFDECC

Color information

#CFDECC (or 0xCFDECC) is unknown color: approx Peppermint. HEX triplet: CF, DE and CC. RGB value is (207,222,204). Sum of RGB (Red+Green+Blue) = 207+222+204=633 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.70% from 633); Green value is 222 (87.11% from 255 or 35.07% from 633); Blue value is 204 (80.08% from 255 or 32.23% from 633); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDECC is #302133. Grayscale: #D7D7D7. Windows color (decimal): -3154228 or 13426383. OLE color: 13426383.

HSL color Cylindrical-coordinate representation of color #CFDECC: hue angle of 110º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFDECC is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB207222204-
CMYK0.0700.080.13
HSL110º21.43%83.53%-
HSV(B)110º8.11%87.06%-
XYZ62.7569.8767.31-
YUV215.46121.53121.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.70%
GREEN value IS 222 (87.11% from 255) = 35.07%
BLUE value IS 204 (80.08% from 255) = 32.23%
R=32.70%
G=35.07%
B=32.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072222040.0700.080.1311021.4383.53
HexCFDECC708D6e1554
Octal31733631470101515625124
Binary1100111111011110110011001110100011011101110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDECC; }

 p { color: rgb(207,222,204); }

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

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

 a { background-color: rgb(207,222,204); }

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

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

 span { border-color: rgb(207,222,204); }

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