#CFD9CC

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

Shades of Peppermint #CFD9CC

Tints of Peppermint #CFD9CC

Color information

#CFD9CC (or 0xCFD9CC) is unknown color: approx Peppermint. HEX triplet: CF, D9 and CC. RGB value is (207,217,204). Sum of RGB (Red+Green+Blue) = 207+217+204=628 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.96% from 628); Green value is 217 (85.16% from 255 or 34.55% from 628); Blue value is 204 (80.08% from 255 or 32.48% from 628); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD9CC is #302633. Grayscale: #D4D4D4. Windows color (decimal): -3155508 or 13425103. OLE color: 13425103.

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

Color convert

RGB207217204-
CMYK0.0500.060.15
HSL106.15º14.61%82.55%-
HSV(B)106.15º5.99%85.1%-
XYZ61.4467.2566.87-
YUV212.53123.19124.06-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.96%
GREEN value IS 217 (85.16% from 255) = 34.55%
BLUE value IS 204 (80.08% from 255) = 32.48%
R=32.96%
G=34.55%
B=32.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2072172040.0500.060.15106.1514.6182.55
HexCFD9CC506F6af53
Octal3173313145061715217123
Binary11001111110110011100110010101101111110101011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD9CC; }

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

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

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

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

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

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

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

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