#CFB3CB

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

Shades of French Lilac #CFB3CB

Tints of French Lilac #CFB3CB

Color information

#CFB3CB (or 0xCFB3CB) is unknown color: approx French Lilac. HEX triplet: CF, B3 and CB. RGB value is (207,179,203). Sum of RGB (Red+Green+Blue) = 207+179+203=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 179 (70.31% from 255 or 30.39% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB3CB is #304C34. Grayscale: #BEBEBE. Windows color (decimal): -3165237 or 13349839. OLE color: 13349839.

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

Color convert

RGB207179203-
CMYK00.140.020.19
HSL308.57º22.58%75.69%-
HSV(B)308.57º13.53%81.18%-
XYZ52.6349.8263.34-
YUV190.11135.28140.05-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.14%
GREEN value IS 179 (70.31% from 255) = 30.39%
BLUE value IS 203 (79.69% from 255) = 34.47%
R=35.14%
G=30.39%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717920300.140.020.19308.5722.5875.69
HexCFB3CB0E213135174c
Octal31726331301622346527114
Binary110011111011001111001011011101010011100110101101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB3CB; }

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

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

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

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

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

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

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

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