#CFB1CB

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

Shades of Lilac #CFB1CB

Tints of Lilac #CFB1CB

Color information

#CFB1CB (or 0xCFB1CB) is unknown color: approx Lilac. HEX triplet: CF, B1 and CB. RGB value is (207,177,203). Sum of RGB (Red+Green+Blue) = 207+177+203=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 177 (69.53% from 255 or 30.15% from 587); Blue value is 203 (79.69% from 255 or 34.58% from 587); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB1CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB1CB is #304E34. Grayscale: #BCBCBC. Windows color (decimal): -3165749 or 13349327. OLE color: 13349327.

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

Color convert

RGB207177203-
CMYK00.140.020.19
HSL308º23.81%75.29%-
HSV(B)308º14.49%81.18%-
XYZ52.2349.0263.21-
YUV188.93135.94140.89-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.26%
GREEN value IS 177 (69.53% from 255) = 30.15%
BLUE value IS 203 (79.69% from 255) = 34.58%
R=35.26%
G=30.15%
B=34.58%

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
Decimal20717720300.140.020.1930823.8175.29
HexCFB1CB0E213134184b
Octal31726131301622346430113
Binary110011111011000111001011011101010011100110100110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB1CB; }

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

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

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

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

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

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

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

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