#C9AFCC

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

Shades of Lilac #C9AFCC

Tints of Lilac #C9AFCC

Color information

#C9AFCC (or 0xC9AFCC) is unknown color: approx Lilac. HEX triplet: C9, AF and CC. RGB value is (201,175,204). Sum of RGB (Red+Green+Blue) = 201+175+204=580 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.66% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 204 - color contains mainly: blue. Hex color #C9AFCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AFCC is #365033. Grayscale: #B9B9B9. Windows color (decimal): -3559476 or 13414345. OLE color: 13414345.

HSL color Cylindrical-coordinate representation of color #C9AFCC: hue angle of 293.79º degrees, saturation: 0.22, 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 #C9AFCC is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB201175204-
CMYK0.010.1400.2
HSL293.79º22.14%74.31%-
HSV(B)293.79º14.22%80%-
XYZ50.3247.4463.63-
YUV186.08138.11138.64-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.66%
GREEN value IS 175 (68.75% from 255) = 30.17%
BLUE value IS 204 (80.08% from 255) = 35.17%
R=34.66%
G=30.17%
B=35.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2011752040.010.1400.2293.7922.1474.31
HexC9AFCC1E014126164a
Octal31125731411602444626112
Binary11001001101011111100110011110010100100100110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AFCC; }

 p { color: rgb(201,175,204); }

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

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

 a { background-color: rgb(201,175,204); }

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

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

 span { border-color: rgb(201,175,204); }

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