Html Css Color HEX #CCA8CD Lilac

📋 copy color: '#CCA8CD'

red 204 ◦ green 168 ◦ blue 205

#CCA8CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac #CCA8CD

Tints of Lilac #CCA8CD

RGB

 RED value IS 204 (80.08% from 255) = 35.36%

 GREEN value IS 168 (66.02% from 255) = 29.12%

 BLUE value IS 205 (80.47% from 255) = 35.53%

R = 35.36%
G = 29.12%
B = 35.53%

CMYK

 C value IS 0.00

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CCA8CD (or 0xCCA8CD) is known color: Lilac. HEX triplet: CC, A8 and CD. RGB value is (204,168,205). Sum of RGB (Red+Green+Blue) = 204+168+205=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 168 (66.02% from 255 or 29.12% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 205 - color contains mainly: blue. Hex color #CCA8CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA8CD is #335732. Grayscale: #B6B6B6. Windows color (decimal): -3364659 or 13478092. OLE color: 13478092.

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

Color convert

RGB 204 168 205 -
CMYK 0.00 0.18 0 0.20
HSL 298.38º 0.27% 0.73% -
HSV(B) 298.38º 0.18% 0.8% -
XYZ 49.92 45.25 63.86 -
YUV 182.98 140.43 142.99 -
System Red Green Blue C M Y K H S L
Decimal 204 168 205 0.00 0.18 0 0.20 298.38 0.27 0.73
Hex CC A8 CD 0 12 0 14 12A 1B 49
Octal 314 250 315 0 22 0 24 452 33 111
Binary 11001100 10101000 11001101 0 10010 0 10100 100101010 11011 1001001

Color Harmonies of #CCA8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA8CD

Black with #CCA8CD

Text Example


Text Example

White with #CCA8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA8CD; }

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

 H1.HeaderClassName
 {
   color: #CCA8CD;
 }
 .AnyTagClassName
 {
   color: #CCA8CD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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