#CCAFCB

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

Shades of Lilac #CCAFCB

Tints of Lilac #CCAFCB

Color information

#CCAFCB (or 0xCCAFCB) is unknown color: approx Lilac. HEX triplet: CC, AF and CB. RGB value is (204,175,203). Sum of RGB (Red+Green+Blue) = 204+175+203=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 175 (68.75% from 255 or 30.07% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAFCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAFCB is #335034. Grayscale: #BABABA. Windows color (decimal): -3362869 or 13348812. OLE color: 13348812.

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

Color convert

RGB204175203-
CMYK00.140.000.2
HSL302.07º22.14%74.31%-
HSV(B)302.07º14.22%80%-
XYZ51.0147.8163.04-
YUV186.86137.11140.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.05%
GREEN value IS 175 (68.75% from 255) = 30.07%
BLUE value IS 203 (79.69% from 255) = 34.88%
R=35.05%
G=30.07%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417520300.140.000.2302.0722.1474.31
HexCCAFCB0E01412e164a
Octal31425731301602445626112
Binary11001100101011111100101101110010100100101110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAFCB; }

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

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

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

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

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

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

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

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