#CFB1CE

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

Shades of Lilac #CFB1CE

Tints of Lilac #CFB1CE

Color information

#CFB1CE (or 0xCFB1CE) is unknown color: approx Lilac. HEX triplet: CF, B1 and CE. RGB value is (207,177,206). Sum of RGB (Red+Green+Blue) = 207+177+206=590 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.08% from 590); Green value is 177 (69.53% from 255 or 30% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB1CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB1CE is #304E31. Grayscale: #BDBDBD. Windows color (decimal): -3165746 or 13545935. OLE color: 13545935.

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

Color convert

RGB207177206-
CMYK00.140.000.19
HSL302º23.81%75.29%-
HSV(B)302º14.49%81.18%-
XYZ52.5949.1765.11-
YUV189.28137.44140.64-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.08%
GREEN value IS 177 (69.53% from 255) = 30%
BLUE value IS 206 (80.86% from 255) = 34.92%
R=35.08%
G=30%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717720600.140.000.1930223.8175.29
HexCFB1CE0E01312e184b
Octal31726131601602345630113
Binary11001111101100011100111001110010011100101110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB1CE; }

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

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

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

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

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

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

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

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