#CCACCD

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

Shades of Lilac #CCACCD

Tints of Lilac #CCACCD

Color information

#CCACCD (or 0xCCACCD) is unknown color: approx Lilac. HEX triplet: CC, AC and CD. RGB value is (204,172,205). Sum of RGB (Red+Green+Blue) = 204+172+205=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 172 (67.58% from 255 or 29.60% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 205 - color contains mainly: blue. Hex color #CCACCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACCD is #335332. Grayscale: #B9B9B9. Windows color (decimal): -3363635 or 13479116. OLE color: 13479116.

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

Color convert

RGB204172205-
CMYK0.000.1600.20
HSL298.18º24.81%73.92%-
HSV(B)298.18º16.1%80.39%-
XYZ50.6746.7564.11-
YUV185.33139.1141.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.11%
GREEN value IS 172 (67.58% from 255) = 29.60%
BLUE value IS 205 (80.47% from 255) = 35.28%
R=35.11%
G=29.60%
B=35.28%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2041722050.000.1600.20298.1824.8173.92
HexCCACCD01001412a194a
Octal31425431502002445231112
Binary110011001010110011001101010000010100100101010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCACCD; }

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

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

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

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

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

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

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

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