Html Css Color HEX #CBAACC Lilac

📋 copy color: '#CBAACC'

red 203 ◦ green 170 ◦ blue 204

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

Shades of Lilac #CBAACC

Tints of Lilac #CBAACC

RGB

 RED value IS 203 (79.69% from 255) = 35.18%

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

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

R = 35.18%
G = 29.46%
B = 35.36%

CMYK

 C value IS 0.00

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CBAACC (or 0xCBAACC) is known color: Lilac. HEX triplet: CB, AA and CC. RGB value is (203,170,204). Sum of RGB (Red+Green+Blue) = 203+170+204=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 170 (66.80% from 255 or 29.46% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 204 - color contains mainly: blue. Hex color #CBAACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAACC is #345533. Grayscale: #B7B7B7. Windows color (decimal): -3429684 or 13413067. OLE color: 13413067.

HSL color Cylindrical-coordinate representation of color #CBAACC: hue angle of 298.24º 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 #CBAACC is Cyan = 0.00, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 203 170 204 -
CMYK 0.00 0.17 0 0.2
HSL 298.24º 0.25% 0.73% -
HSV(B) 298.24º 0.17% 0.8% -
XYZ 49.9 45.81 63.34 -
YUV 183.74 139.43 141.74 -
System Red Green Blue C M Y K H S L
Decimal 203 170 204 0.00 0.17 0 0.2 298.24 0.25 0.73
Hex CB AA CC 0 11 0 14 12A 19 49
Octal 313 252 314 0 21 0 24 452 31 111
Binary 11001011 10101010 11001100 0 10001 0 10100 100101010 11001 1001001

Color Harmonies of #CBAACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAACC

Black with #CBAACC

Text Example


Text Example

White with #CBAACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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