Html Css Color HEX #CCA6CE Lilac

📋 copy color: '#CCA6CE'

red 204 ◦ green 166 ◦ blue 206

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

Shades of Lilac #CCA6CE

Tints of Lilac #CCA6CE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.82%

 BLUE value IS 206 (80.86% from 255) = 35.76%

R = 35.42%
G = 28.82%
B = 35.76%

CMYK

 C value IS 0.01

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CCA6CE (or 0xCCA6CE) is known color: Lilac. HEX triplet: CC, A6 and CE. RGB value is (204,166,206). Sum of RGB (Red+Green+Blue) = 204+166+206=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 166 (65.23% from 255 or 28.82% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 206 - color contains mainly: blue. Hex color #CCA6CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA6CE is #335931. Grayscale: #B5B5B5. Windows color (decimal): -3365170 or 13543116. OLE color: 13543116.

HSL color Cylindrical-coordinate representation of color #CCA6CE: hue angle of 297º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCA6CE is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 166 206 -
CMYK 0.01 0.19 0 0.19
HSL 297º 0.29% 0.73% -
HSV(B) 297º 0.19% 0.81% -
XYZ 49.68 44.57 64.38 -
YUV 181.92 141.59 143.75 -
System Red Green Blue C M Y K H S L
Decimal 204 166 206 0.01 0.19 0 0.19 297 0.29 0.73
Hex CC A6 CE 1 13 0 13 129 1D 49
Octal 314 246 316 1 23 0 23 451 35 111
Binary 11001100 10100110 11001110 1 10011 0 10011 100101001 11101 1001001

Color Harmonies of #CCA6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA6CE

Black with #CCA6CE

Text Example


Text Example

White with #CCA6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA6CE; }

 p { color: rgb(204,166,206); }

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

background-color css

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

 a { background-color: rgb(204,166,206); }

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

border-color css

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

 span { border-color: rgb(204,166,206); }

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