Html Css Color HEX #CBAACD Lilac

📋 copy color: '#CBAACD'

red 203 ◦ green 170 ◦ blue 205

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

Shades of Lilac #CBAACD

Tints of Lilac #CBAACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 35.47%

R = 35.12%
G = 29.41%
B = 35.47%

CMYK

 C value IS 0.01

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CBAACD (or 0xCBAACD) is known color: Lilac. HEX triplet: CB, AA and CD. RGB value is (203,170,205). Sum of RGB (Red+Green+Blue) = 203+170+205=578 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.12% from 578); Green value is 170 (66.80% from 255 or 29.41% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 205 - color contains mainly: blue. Hex color #CBAACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAACD is #345532. Grayscale: #B7B7B7. Windows color (decimal): -3429683 or 13478603. OLE color: 13478603.

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

Color convert

RGB 203 170 205 -
CMYK 0.01 0.17 0 0.20
HSL 296.57º 0.26% 0.74% -
HSV(B) 296.57º 0.17% 0.8% -
XYZ 50.02 45.85 63.97 -
YUV 183.86 139.93 141.65 -
System Red Green Blue C M Y K H S L
Decimal 203 170 205 0.01 0.17 0 0.20 296.57 0.26 0.74
Hex CB AA CD 1 11 0 14 129 1A 4A
Octal 313 252 315 1 21 0 24 451 32 112
Binary 11001011 10101010 11001101 1 10001 0 10100 100101001 11010 1001010

Color Harmonies of #CBAACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAACD

Black with #CBAACD

Text Example


Text Example

White with #CBAACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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