#CCAFCD

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

Shades of Lilac #CCAFCD

Tints of Lilac #CCAFCD

Color information

#CCAFCD (or 0xCCAFCD) is unknown color: approx Lilac. HEX triplet: CC, AF and CD. RGB value is (204,175,205). Sum of RGB (Red+Green+Blue) = 204+175+205=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 175 (68.75% from 255 or 29.97% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 205 - color contains mainly: blue. Hex color #CCAFCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAFCD is #335032. Grayscale: #BBBBBB. Windows color (decimal): -3362867 or 13479884. OLE color: 13479884.

HSL color Cylindrical-coordinate representation of color #CCAFCD: hue angle of 298º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCAFCD is Cyan = 0.00, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB204175205-
CMYK0.000.1500.20
HSL298º23.08%74.51%-
HSV(B)298º14.63%80.39%-
XYZ51.2547.9164.3-
YUV187.09138.11140.06-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.93%
GREEN value IS 175 (68.75% from 255) = 29.97%
BLUE value IS 205 (80.47% from 255) = 35.10%
R=34.93%
G=29.97%
B=35.10%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2041752050.000.1500.2029823.0874.51
HexCCAFCD0F01412a174b
Octal31425731501702445227113
Binary11001100101011111100110101111010100100101010101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAFCD; }

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

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

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

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

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

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

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

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