#CBAFCE

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

Shades of Lilac #CBAFCE

Tints of Lilac #CBAFCE

Color information

#CBAFCE (or 0xCBAFCE) is unknown color: approx Lilac. HEX triplet: CB, AF and CE. RGB value is (203,175,206). Sum of RGB (Red+Green+Blue) = 203+175+206=584 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.76% from 584); Green value is 175 (68.75% from 255 or 29.97% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 206 - color contains mainly: blue. Hex color #CBAFCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAFCE is #345031. Grayscale: #BABABA. Windows color (decimal): -3428402 or 13545419. OLE color: 13545419.

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

Color convert

RGB203175206-
CMYK0.010.1500.19
HSL294.19º24.03%74.71%-
HSV(B)294.19º15.05%80.78%-
XYZ51.147.8164.93-
YUV186.91138.78139.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.76%
GREEN value IS 175 (68.75% from 255) = 29.97%
BLUE value IS 206 (80.86% from 255) = 35.27%
R=34.76%
G=29.97%
B=35.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2031752060.010.1500.19294.1924.0374.71
HexCBAFCE1F013126184b
Octal31325731611702344630113
Binary11001011101011111100111011111010011100100110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAFCE; }

 p { color: rgb(203,175,206); }

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

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

 a { background-color: rgb(203,175,206); }

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

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

 span { border-color: rgb(203,175,206); }

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