Html Css Color HEX #CCA8CF Lilac

📋 copy color: '#CCA8CF'

red 204 ◦ green 168 ◦ blue 207

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

Shades of Lilac #CCA8CF

Tints of Lilac #CCA8CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.75%

R = 35.23%
G = 29.02%
B = 35.75%

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

#CCA8CF (or 0xCCA8CF) is known color: Lilac. HEX triplet: CC, A8 and CF. RGB value is (204,168,207). Sum of RGB (Red+Green+Blue) = 204+168+207=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 168 (66.02% from 255 or 29.02% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 207 - color contains mainly: blue. Hex color #CCA8CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA8CF is #335730. Grayscale: #B7B7B7. Windows color (decimal): -3364657 or 13609164. OLE color: 13609164.

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

Color convert

RGB 204 168 207 -
CMYK 0.01 0.19 0 0.19
HSL 295.38º 0.29% 0.74% -
HSV(B) 295.38º 0.19% 0.81% -
XYZ 50.17 45.35 65.14 -
YUV 183.21 141.43 142.83 -
System Red Green Blue C M Y K H S L
Decimal 204 168 207 0.01 0.19 0 0.19 295.38 0.29 0.74
Hex CC A8 CF 1 13 0 13 127 1D 4A
Octal 314 250 317 1 23 0 23 447 35 112
Binary 11001100 10101000 11001111 1 10011 0 10011 100100111 11101 1001010

Color Harmonies of #CCA8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA8CF

Black with #CCA8CF

Text Example


Text Example

White with #CCA8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA8CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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