Html Css Color HEX #CCAAC8 Lilac

📋 copy color: '#CCAAC8'

red 204 ◦ green 170 ◦ blue 200

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

Shades of Lilac #CCAAC8

Tints of Lilac #CCAAC8

RGB

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

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

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

R = 35.54%
G = 29.62%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#CCAAC8 (or 0xCCAAC8) is known color: Lilac. HEX triplet: CC, AA and C8. RGB value is (204,170,200). Sum of RGB (Red+Green+Blue) = 204+170+200=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 170 (66.80% from 255 or 29.62% from 574); Blue value is 200 (78.52% from 255 or 34.84% from 574); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAAC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAAC8 is #335537. Grayscale: #B7B7B7. Windows color (decimal): -3364152 or 13150924. OLE color: 13150924.

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

Color convert

RGB 204 170 200 -
CMYK 0 0.17 0.02 0.2
HSL 307.06º 0.25% 0.73% -
HSV(B) 307.06º 0.17% 0.8% -
XYZ 49.7 45.76 60.86 -
YUV 183.59 137.26 142.56 -
System Red Green Blue C M Y K H S L
Decimal 204 170 200 0 0.17 0.02 0.2 307.06 0.25 0.73
Hex CC AA C8 0 11 2 14 133 19 49
Octal 314 252 310 0 21 2 24 463 31 111
Binary 11001100 10101010 11001000 0 10001 10 10100 100110011 11001 1001001

Color Harmonies of #CCAAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAAC8

Black with #CCAAC8

Text Example


Text Example

White with #CCAAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAAC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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