#CFC0CC

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

Shades of French Lilac #CFC0CC

Tints of French Lilac #CFC0CC

Color information

#CFC0CC (or 0xCFC0CC) is unknown color: approx French Lilac. HEX triplet: CF, C0 and CC. RGB value is (207,192,204). Sum of RGB (Red+Green+Blue) = 207+192+204=603 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.33% from 603); Green value is 192 (75.39% from 255 or 31.84% from 603); Blue value is 204 (80.08% from 255 or 33.83% from 603); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC0CC is #303F33. Grayscale: #C5C5C5. Windows color (decimal): -3161908 or 13418703. OLE color: 13418703.

HSL color Cylindrical-coordinate representation of color #CFC0CC: hue angle of 312º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CFC0CC is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB207192204-
CMYK00.070.010.19
HSL312º13.51%78.24%-
HSV(B)312º7.25%81.18%-
XYZ55.4855.3264.88-
YUV197.85131.47134.52-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.33%
GREEN value IS 192 (75.39% from 255) = 31.84%
BLUE value IS 204 (80.08% from 255) = 33.83%
R=34.33%
G=31.84%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719220400.070.010.1931213.5178.24
HexCFC0CC07113138e4e
Octal3173003140712347016116
Binary110011111100000011001100011111001110011100011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC0CC; }

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

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

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

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

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

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

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

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