#CFD8CC

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

Shades of Peppermint #CFD8CC

Tints of Peppermint #CFD8CC

Color information

#CFD8CC (or 0xCFD8CC) is unknown color: approx Peppermint. HEX triplet: CF, D8 and CC. RGB value is (207,216,204). Sum of RGB (Red+Green+Blue) = 207+216+204=627 (83% of max value = 765). Red value is 207 (81.25% from 255 or 33.01% from 627); Green value is 216 (84.77% from 255 or 34.45% from 627); Blue value is 204 (80.08% from 255 or 32.54% from 627); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD8CC is #302733. Grayscale: #D3D3D3. Windows color (decimal): -3155764 or 13424847. OLE color: 13424847.

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

Color convert

RGB207216204-
CMYK0.0400.060.15
HSL105º13.33%82.35%-
HSV(B)105º5.56%84.71%-
XYZ61.1966.7466.78-
YUV211.94123.52124.48-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.01%
GREEN value IS 216 (84.77% from 255) = 34.45%
BLUE value IS 204 (80.08% from 255) = 32.54%
R=33.01%
G=34.45%
B=32.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2072162040.0400.060.1510513.3382.35
HexCFD8CC406F69d52
Octal3173303144061715115122
Binary11001111110110001100110010001101111110100111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD8CC; }

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

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

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

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

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

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

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

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