#CFB8CC

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

Shades of French Lilac #CFB8CC

Tints of French Lilac #CFB8CC

Color information

#CFB8CC (or 0xCFB8CC) is unknown color: approx French Lilac. HEX triplet: CF, B8 and CC. RGB value is (207,184,204). Sum of RGB (Red+Green+Blue) = 207+184+204=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 184 (72.27% from 255 or 30.92% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB8CC is #304733. Grayscale: #C1C1C1. Windows color (decimal): -3163956 or 13416655. OLE color: 13416655.

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

Color convert

RGB207184204-
CMYK00.110.010.19
HSL307.83º19.33%76.67%-
HSV(B)307.83º11.11%81.18%-
XYZ53.7751.9164.31-
YUV193.16134.12137.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.79%
GREEN value IS 184 (72.27% from 255) = 30.92%
BLUE value IS 204 (80.08% from 255) = 34.29%
R=34.79%
G=30.92%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718420400.110.010.19307.8319.3376.67
HexCFB8CC0B113134134d
Octal31727031401312346423115
Binary11001111101110001100110001011110011100110100100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB8CC; }

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

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

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

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

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

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

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

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