Html Css Color HEX #CCAACF Lilac

📋 copy color: '#CCAACF'

red 204 ◦ green 170 ◦ blue 207

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

Shades of Lilac #CCAACF

Tints of Lilac #CCAACF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.26%

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

R = 35.11%
G = 29.26%
B = 35.63%

CMYK

 C value IS 0.01

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CCAACF (or 0xCCAACF) is known color: Lilac. HEX triplet: CC, AA and CF. RGB value is (204,170,207). Sum of RGB (Red+Green+Blue) = 204+170+207=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 207 (81.25% from 255 or 35.63% from 581); Max value from RGB is 207 - color contains mainly: blue. Hex color #CCAACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAACF is #335530. Grayscale: #B8B8B8. Windows color (decimal): -3364145 or 13609676. OLE color: 13609676.

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

Color convert

RGB 204 170 207 -
CMYK 0.01 0.18 0 0.19
HSL 295.14º 0.28% 0.74% -
HSV(B) 295.14º 0.18% 0.81% -
XYZ 50.54 46.09 65.26 -
YUV 184.38 140.76 141.99 -
System Red Green Blue C M Y K H S L
Decimal 204 170 207 0.01 0.18 0 0.19 295.14 0.28 0.74
Hex CC AA CF 1 12 0 13 127 1C 4A
Octal 314 252 317 1 22 0 23 447 34 112
Binary 11001100 10101010 11001111 1 10010 0 10011 100100111 11100 1001010

Color Harmonies of #CCAACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAACF

Black with #CCAACF

Text Example


Text Example

White with #CCAACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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