#CFDECA

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

Shades of Peppermint #CFDECA

Tints of Peppermint #CFDECA

Color information

#CFDECA (or 0xCFDECA) is unknown color: approx Peppermint. HEX triplet: CF, DE and CA. RGB value is (207,222,202). Sum of RGB (Red+Green+Blue) = 207+222+202=631 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.81% from 631); Green value is 222 (87.11% from 255 or 35.18% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDECA is #302135. Grayscale: #D7D7D7. Windows color (decimal): -3154230 or 13295311. OLE color: 13295311.

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

Color convert

RGB207222202-
CMYK0.0700.090.13
HSL105º23.26%83.14%-
HSV(B)105º9.01%87.06%-
XYZ62.5169.7766.05-
YUV215.24120.53122.13-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.81%
GREEN value IS 222 (87.11% from 255) = 35.18%
BLUE value IS 202 (79.30% from 255) = 32.01%
R=32.81%
G=35.18%
B=32.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072222020.0700.090.1310523.2683.14
HexCFDECA709D691753
Octal31733631270111515127123
Binary1100111111011110110010101110100111011101001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDECA; }

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

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

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

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

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

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

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

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