#CFB3CC

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

Shades of French Lilac #CFB3CC

Tints of French Lilac #CFB3CC

Color information

#CFB3CC (or 0xCFB3CC) is unknown color: approx French Lilac. HEX triplet: CF, B3 and CC. RGB value is (207,179,204). Sum of RGB (Red+Green+Blue) = 207+179+204=590 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.08% from 590); Green value is 179 (70.31% from 255 or 30.34% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB3CC is #304C33. Grayscale: #BEBEBE. Windows color (decimal): -3165236 or 13415375. OLE color: 13415375.

HSL color Cylindrical-coordinate representation of color #CFB3CC: hue angle of 306.43º 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 #CFB3CC is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB207179204-
CMYK00.140.010.19
HSL306.43º22.58%75.69%-
HSV(B)306.43º13.53%81.18%-
XYZ52.7549.8763.97-
YUV190.22135.78139.97-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.08%
GREEN value IS 179 (70.31% from 255) = 30.34%
BLUE value IS 204 (80.08% from 255) = 34.58%
R=35.08%
G=30.34%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717920400.140.010.19306.4322.5875.69
HexCFB3CC0E113132174c
Octal31726331401612346227114
Binary11001111101100111100110001110110011100110010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB3CC; }

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

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

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

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

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

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

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

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