Html Css Color HEX #CBAACB Lilac

📋 copy color: '#CBAACB'

red 203 ◦ green 170 ◦ blue 203

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

Shades of Lilac #CBAACB

Tints of Lilac #CBAACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.24%

R = 35.24%
G = 29.51%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CBAACB (or 0xCBAACB) is known color: Lilac. HEX triplet: CB, AA and CB. RGB value is (203,170,203). Sum of RGB (Red+Green+Blue) = 203+170+203=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 170 (66.80% from 255 or 29.51% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CBAACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAACB is #345534. Grayscale: #B7B7B7. Windows color (decimal): -3429685 or 13347531. OLE color: 13347531.

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

Color convert

RGB 203 170 203 -
CMYK 0 0.16 0 0.20
HSL 300º 0.24% 0.73% -
HSV(B) 300º 0.16% 0.8% -
XYZ 49.78 45.76 62.71 -
YUV 183.63 138.93 141.82 -
System Red Green Blue C M Y K H S L
Decimal 203 170 203 0 0.16 0 0.20 300 0.24 0.73
Hex CB AA CB 0 10 0 14 12C 18 49
Octal 313 252 313 0 20 0 24 454 30 111
Binary 11001011 10101010 11001011 0 10000 0 10100 100101100 11000 1001001

Color Harmonies of #CBAACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAACB

Black with #CBAACB

Text Example


Text Example

White with #CBAACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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