#CFA2CB

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

Shades of Lilac #CFA2CB

Tints of Lilac #CFA2CB

Color information

#CFA2CB (or 0xCFA2CB) is unknown color: approx Lilac. HEX triplet: CF, A2 and CB. RGB value is (207,162,203). Sum of RGB (Red+Green+Blue) = 207+162+203=572 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.19% from 572); Green value is 162 (63.67% from 255 or 28.32% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA2CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA2CB is #305D34. Grayscale: #B4B4B4. Windows color (decimal): -3169589 or 13345487. OLE color: 13345487.

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

Color convert

RGB207162203-
CMYK00.220.020.19
HSL305.33º31.91%72.35%-
HSV(B)305.33º21.74%81.18%-
XYZ49.4343.4262.28-
YUV180.13140.91147.17-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.19%
GREEN value IS 162 (63.67% from 255) = 28.32%
BLUE value IS 203 (79.69% from 255) = 35.49%
R=36.19%
G=28.32%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716220300.220.020.19305.3331.9172.35
HexCFA2CB0162131312048
Octal31724231302622346140110
Binary11001111101000101100101101011010100111001100011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA2CB; }

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

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

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

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

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

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

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

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