Html Css Color HEX #CCABCA Lilac

📋 copy color: '#CCABCA'

red 204 ◦ green 171 ◦ blue 202

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

Shades of Lilac #CCABCA

Tints of Lilac #CCABCA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.64%

 BLUE value IS 202 (79.3% from 255) = 35.01%

R = 35.36%
G = 29.64%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#CCABCA (or 0xCCABCA) is known color: Lilac. HEX triplet: CC, AB and CA. RGB value is (204,171,202). Sum of RGB (Red+Green+Blue) = 204+171+202=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 171 (67.19% from 255 or 29.64% from 577); Blue value is 202 (79.30% from 255 or 35.01% from 577); Max value from RGB is 204 - color contains mainly: red. Hex color #CCABCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCABCA is #335435. Grayscale: #B8B8B8. Windows color (decimal): -3363894 or 13282252. OLE color: 13282252.

HSL color Cylindrical-coordinate representation of color #CCABCA: hue angle of 303.64º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCABCA is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 171 202 -
CMYK 0 0.16 0.01 0.2
HSL 303.64º 0.24% 0.74% -
HSV(B) 303.64º 0.16% 0.8% -
XYZ 50.13 46.23 62.16 -
YUV 184.4 137.93 141.98 -
System Red Green Blue C M Y K H S L
Decimal 204 171 202 0 0.16 0.01 0.2 303.64 0.24 0.74
Hex CC AB CA 0 10 1 14 130 18 4A
Octal 314 253 312 0 20 1 24 460 30 112
Binary 11001100 10101011 11001010 0 10000 1 10100 100110000 11000 1001010

Color Harmonies of #CCABCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCABCA

Black with #CCABCA

Text Example


Text Example

White with #CCABCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCABCA; }

 p { color: rgb(204,171,202); }

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

background-color css

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

 a { background-color: rgb(204,171,202); }

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

border-color css

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

 span { border-color: rgb(204,171,202); }

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