#CEDFCB

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

Shades of Peppermint #CEDFCB

Tints of Peppermint #CEDFCB

Color information

#CEDFCB (or 0xCEDFCB) is unknown color: approx Peppermint. HEX triplet: CE, DF and CB. RGB value is (206,223,203). Sum of RGB (Red+Green+Blue) = 206+223+203=632 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.59% from 632); Green value is 223 (87.5% from 255 or 35.28% from 632); Blue value is 203 (79.69% from 255 or 32.12% from 632); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDFCB is #312034. Grayscale: #D7D7D7. Windows color (decimal): -3219509 or 13361102. OLE color: 13361102.

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

Color convert

RGB206223203-
CMYK0.0800.090.13
HSL111º23.81%83.53%-
HSV(B)111º8.97%87.45%-
XYZ62.6270.2166.75-
YUV215.64120.87121.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.59%
GREEN value IS 223 (87.5% from 255) = 35.28%
BLUE value IS 203 (79.69% from 255) = 32.12%
R=32.59%
G=35.28%
B=32.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062232030.0800.090.1311123.8183.53
HexCEDFCB809D6f1854
Octal316337313100111515730124
Binary11001110110111111100101110000100111011101111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDFCB; }

 p { color: rgb(206,223,203); }

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

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

 a { background-color: rgb(206,223,203); }

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

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

 span { border-color: rgb(206,223,203); }

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