Html Css Color HEX #CCA4C8 Lilac

📋 copy color: '#CCA4C8'

red 204 ◦ green 164 ◦ blue 200

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

Shades of Lilac #CCA4C8

Tints of Lilac #CCA4C8

RGB

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

 GREEN value IS 164 (64.45% from 255) = 28.87%

 BLUE value IS 200 (78.52% from 255) = 35.21%

R = 35.92%
G = 28.87%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#CCA4C8 (or 0xCCA4C8) is known color: Lilac. HEX triplet: CC, A4 and C8. RGB value is (204,164,200). Sum of RGB (Red+Green+Blue) = 204+164+200=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 164 (64.45% from 255 or 28.87% from 568); Blue value is 200 (78.52% from 255 or 35.21% from 568); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA4C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA4C8 is #335B37. Grayscale: #B3B3B3. Windows color (decimal): -3365688 or 13149388. OLE color: 13149388.

HSL color Cylindrical-coordinate representation of color #CCA4C8: hue angle of 306º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCA4C8 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 164 200 -
CMYK 0 0.20 0.02 0.2
HSL 306º 0.28% 0.72% -
HSV(B) 306º 0.2% 0.8% -
XYZ 48.6 43.56 60.49 -
YUV 180.06 139.25 145.07 -
System Red Green Blue C M Y K H S L
Decimal 204 164 200 0 0.20 0.02 0.2 306 0.28 0.72
Hex CC A4 C8 0 14 2 14 132 1C 48
Octal 314 244 310 0 24 2 24 462 34 110
Binary 11001100 10100100 11001000 0 10100 10 10100 100110010 11100 1001000

Color Harmonies of #CCA4C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA4C8

Black with #CCA4C8

Text Example


Text Example

White with #CCA4C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA4C8; }

 p { color: rgb(204,164,200); }

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

background-color css

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

 a { background-color: rgb(204,164,200); }

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

border-color css

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

 span { border-color: rgb(204,164,200); }

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