Html Css Color HEX #CBAAC8 Lilac

📋 copy color: '#CBAAC8'

red 203 ◦ green 170 ◦ blue 200

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

Shades of Lilac #CBAAC8

Tints of Lilac #CBAAC8

RGB

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

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

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

R = 35.43%
G = 29.67%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CBAAC8 (or 0xCBAAC8) is known color: Lilac. HEX triplet: CB, AA and C8. RGB value is (203,170,200). Sum of RGB (Red+Green+Blue) = 203+170+200=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 170 (66.80% from 255 or 29.67% from 573); Blue value is 200 (78.52% from 255 or 34.90% from 573); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAAC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAAC8 is #345537. Grayscale: #B7B7B7. Windows color (decimal): -3429688 or 13150923. OLE color: 13150923.

HSL color Cylindrical-coordinate representation of color #CBAAC8: hue angle of 305.45º 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 #CBAAC8 is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 170 200 -
CMYK 0 0.16 0.01 0.20
HSL 305.45º 0.24% 0.73% -
HSV(B) 305.45º 0.16% 0.8% -
XYZ 49.43 45.62 60.84 -
YUV 183.29 137.43 142.06 -
System Red Green Blue C M Y K H S L
Decimal 203 170 200 0 0.16 0.01 0.20 305.45 0.24 0.73
Hex CB AA C8 0 10 1 14 131 18 49
Octal 313 252 310 0 20 1 24 461 30 111
Binary 11001011 10101010 11001000 0 10000 1 10100 100110001 11000 1001001

Color Harmonies of #CBAAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAAC8

Black with #CBAAC8

Text Example


Text Example

White with #CBAAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAAC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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