#CFB5CB

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

Shades of French Lilac #CFB5CB

Tints of French Lilac #CFB5CB

Color information

#CFB5CB (or 0xCFB5CB) is unknown color: approx French Lilac. HEX triplet: CF, B5 and CB. RGB value is (207,181,203). Sum of RGB (Red+Green+Blue) = 207+181+203=591 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.03% from 591); Green value is 181 (71.09% from 255 or 30.63% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB5CB is #304A34. Grayscale: #BFBFBF. Windows color (decimal): -3164725 or 13350351. OLE color: 13350351.

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

Color convert

RGB207181203-
CMYK00.130.020.19
HSL309.23º21.31%76.08%-
HSV(B)309.23º12.56%81.18%-
XYZ53.0450.6263.48-
YUV191.28134.61139.21-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.03%
GREEN value IS 181 (71.09% from 255) = 30.63%
BLUE value IS 203 (79.69% from 255) = 34.35%
R=35.03%
G=30.63%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718120300.130.020.19309.2321.3176.08
HexCFB5CB0D213135154c
Octal31726531301522346525114
Binary110011111011010111001011011011010011100110101101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB5CB; }

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

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

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

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

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

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

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

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