#C8AFCB

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

Shades of Lilac #C8AFCB

Tints of Lilac #C8AFCB

Color information

#C8AFCB (or 0xC8AFCB) is unknown color: approx Lilac. HEX triplet: C8, AF and CB. RGB value is (200,175,203). Sum of RGB (Red+Green+Blue) = 200+175+203=578 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.60% from 578); Green value is 175 (68.75% from 255 or 30.28% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 203 - color contains mainly: blue. Hex color #C8AFCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AFCB is #375034. Grayscale: #B9B9B9. Windows color (decimal): -3625013 or 13348808. OLE color: 13348808.

HSL color Cylindrical-coordinate representation of color #C8AFCB: hue angle of 293.57º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8AFCB is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB200175203-
CMYK0.010.1400.20
HSL293.57º21.21%74.12%-
HSV(B)293.57º13.79%79.61%-
XYZ49.9347.2562.99-
YUV185.67137.78138.22-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.60%
GREEN value IS 175 (68.75% from 255) = 30.28%
BLUE value IS 203 (79.69% from 255) = 35.12%
R=34.60%
G=30.28%
B=35.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2001752030.010.1400.20293.5721.2174.12
HexC8AFCB1E014126154a
Octal31025731311602444625112
Binary11001000101011111100101111110010100100100110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AFCB; }

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

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

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

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

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

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

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

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