#CB9ACF

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

Shades of Lilac #CB9ACF

Tints of Lilac #CB9ACF

Color information

#CB9ACF (or 0xCB9ACF) is unknown color: approx Lilac. HEX triplet: CB, 9A and CF. RGB value is (203,154,207). Sum of RGB (Red+Green+Blue) = 203+154+207=564 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.99% from 564); Green value is 154 (60.55% from 255 or 27.30% from 564); Blue value is 207 (81.25% from 255 or 36.70% from 564); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB9ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9ACF is #346530. Grayscale: #AEAEAE. Windows color (decimal): -3433777 or 13605579. OLE color: 13605579.

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

Color convert

RGB203154207-
CMYK0.020.2600.19
HSL295.47º35.57%70.78%-
HSV(B)295.47º25.6%81.18%-
XYZ47.4540.3164.31-
YUV174.69146.23148.19-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.99%
GREEN value IS 154 (60.55% from 255) = 27.30%
BLUE value IS 207 (81.25% from 255) = 36.70%
R=35.99%
G=27.30%
B=36.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2031542070.020.2600.19295.4735.5770.78
HexCB9ACF21A0131272447
Octal31323231723202344744107
Binary11001011100110101100111110110100100111001001111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9ACF; }

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

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

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

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

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

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

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

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