#CFDDCB

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

Shades of Peppermint #CFDDCB

Tints of Peppermint #CFDDCB

Color information

#CFDDCB (or 0xCFDDCB) is unknown color: approx Peppermint. HEX triplet: CF, DD and CB. RGB value is (207,221,203). Sum of RGB (Red+Green+Blue) = 207+221+203=631 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.81% from 631); Green value is 221 (86.72% from 255 or 35.02% from 631); Blue value is 203 (79.69% from 255 or 32.17% from 631); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDDCB is #302234. Grayscale: #D6D6D6. Windows color (decimal): -3154485 or 13360591. OLE color: 13360591.

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

Color convert

RGB207221203-
CMYK0.0600.080.13
HSL106.67º20.93%83.14%-
HSV(B)106.67º8.14%86.67%-
XYZ62.3769.2966.59-
YUV214.76121.36122.46-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.81%
GREEN value IS 221 (86.72% from 255) = 35.02%
BLUE value IS 203 (79.69% from 255) = 32.17%
R=32.81%
G=35.02%
B=32.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072212030.0600.080.13106.6720.9383.14
HexCFDDCB608D6b1553
Octal31733531360101515325123
Binary1100111111011101110010111100100011011101011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDDCB; }

 p { color: rgb(207,221,203); }

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

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

 a { background-color: rgb(207,221,203); }

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

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

 span { border-color: rgb(207,221,203); }

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