#CBA8CF

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

Shades of Lilac #CBA8CF

Tints of Lilac #CBA8CF

Color information

#CBA8CF (or 0xCBA8CF) is unknown color: approx Lilac. HEX triplet: CB, A8 and CF. RGB value is (203,168,207). Sum of RGB (Red+Green+Blue) = 203+168+207=578 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.12% from 578); Green value is 168 (66.02% from 255 or 29.07% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 207 - color contains mainly: blue. Hex color #CBA8CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA8CF is #345730. Grayscale: #B6B6B6. Windows color (decimal): -3430193 or 13609163. OLE color: 13609163.

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

Color convert

RGB203168207-
CMYK0.020.1900.19
HSL293.85º28.89%73.53%-
HSV(B)293.85º18.84%81.18%-
XYZ49.8945.2165.13-
YUV182.91141.6142.33-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.12%
GREEN value IS 168 (66.02% from 255) = 29.07%
BLUE value IS 207 (81.25% from 255) = 35.81%
R=35.12%
G=29.07%
B=35.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2031682070.020.1900.19293.8528.8973.53
HexCBA8CF2130131261d4a
Octal31325031722302344635112
Binary1100101110101000110011111010011010011100100110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA8CF; }

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

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

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

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

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

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

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

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