#CCADCD

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

Shades of Lilac #CCADCD

Tints of Lilac #CCADCD

Color information

#CCADCD (or 0xCCADCD) is unknown color: approx Lilac. HEX triplet: CC, AD and CD. RGB value is (204,173,205). Sum of RGB (Red+Green+Blue) = 204+173+205=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 173 (67.97% from 255 or 29.73% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 205 - color contains mainly: blue. Hex color #CCADCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADCD is #335232. Grayscale: #B9B9B9. Windows color (decimal): -3363379 or 13479372. OLE color: 13479372.

HSL color Cylindrical-coordinate representation of color #CCADCD: hue angle of 298.12º degrees, saturation: 0.24, 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 #CCADCD is Cyan = 0.00, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB204173205-
CMYK0.000.1600.20
HSL298.12º24.24%74.12%-
HSV(B)298.12º15.61%80.39%-
XYZ50.8647.1364.17-
YUV185.92138.77140.9-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.05%
GREEN value IS 173 (67.97% from 255) = 29.73%
BLUE value IS 205 (80.47% from 255) = 35.22%
R=35.05%
G=29.73%
B=35.22%

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
Decimal2041732050.000.1600.20298.1224.2474.12
HexCCADCD01001412a184a
Octal31425531502002445230112
Binary110011001010110111001101010000010100100101010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCADCD; }

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

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

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

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

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

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

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

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