#CFB6CC

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

Shades of French Lilac #CFB6CC

Tints of French Lilac #CFB6CC

Color information

#CFB6CC (or 0xCFB6CC) is unknown color: approx French Lilac. HEX triplet: CF, B6 and CC. RGB value is (207,182,204). Sum of RGB (Red+Green+Blue) = 207+182+204=593 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.91% from 593); Green value is 182 (71.48% from 255 or 30.69% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB6CC is #304933. Grayscale: #BFBFBF. Windows color (decimal): -3164468 or 13416143. OLE color: 13416143.

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

Color convert

RGB207182204-
CMYK00.120.010.19
HSL307.2º20.66%76.27%-
HSV(B)307.2º12.08%81.18%-
XYZ53.3651.0864.17-
YUV191.98134.78138.71-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.91%
GREEN value IS 182 (71.48% from 255) = 30.69%
BLUE value IS 204 (80.08% from 255) = 34.40%
R=34.91%
G=30.69%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718220400.120.010.19307.220.6676.27
HexCFB6CC0C113133154c
Octal31726631401412346325114
Binary11001111101101101100110001100110011100110011101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB6CC; }

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

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

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

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

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

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

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

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