#CFAFCB

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

Shades of Lilac #CFAFCB

Tints of Lilac #CFAFCB

Color information

#CFAFCB (or 0xCFAFCB) is unknown color: approx Lilac. HEX triplet: CF, AF and CB. RGB value is (207,175,203). Sum of RGB (Red+Green+Blue) = 207+175+203=585 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.38% from 585); Green value is 175 (68.75% from 255 or 29.91% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAFCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFCB is #305034. Grayscale: #BBBBBB. Windows color (decimal): -3166261 or 13348815. OLE color: 13348815.

HSL color Cylindrical-coordinate representation of color #CFAFCB: hue angle of 307.5º degrees, saturation: 0.25, 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 #CFAFCB is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB207175203-
CMYK00.150.020.19
HSL307.5º25%74.9%-
HSV(B)307.5º15.46%81.18%-
XYZ51.8448.2463.08-
YUV187.76136.6141.72-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.38%
GREEN value IS 175 (68.75% from 255) = 29.91%
BLUE value IS 203 (79.69% from 255) = 34.70%
R=35.38%
G=29.91%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717520300.150.020.19307.52574.9
HexCFAFCB0F213134194b
Octal31725731301722346431113
Binary110011111010111111001011011111010011100110100110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAFCB; }

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

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

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

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

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

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

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

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