Html Css Color HEX #CB9ACE Lilac

📋 copy color: '#CB9ACE'

red 203 ◦ green 154 ◦ blue 206

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

Shades of Lilac #CB9ACE

Tints of Lilac #CB9ACE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.35%

 BLUE value IS 206 (80.86% from 255) = 36.59%

R = 36.06%
G = 27.35%
B = 36.59%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CB9ACE (or 0xCB9ACE) is known color: Lilac. HEX triplet: CB, 9A and CE. RGB value is (203,154,206). Sum of RGB (Red+Green+Blue) = 203+154+206=563 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.06% from 563); Green value is 154 (60.55% from 255 or 27.35% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB9ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9ACE is #346531. Grayscale: #AEAEAE. Windows color (decimal): -3433778 or 13540043. OLE color: 13540043.

HSL color Cylindrical-coordinate representation of color #CB9ACE: hue angle of 296.54º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CB9ACE is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 203 154 206 -
CMYK 0.01 0.25 0 0.19
HSL 296.54º 0.35% 0.71% -
HSV(B) 296.54º 0.25% 0.81% -
XYZ 47.32 40.26 63.67 -
YUV 174.58 145.73 148.27 -
System Red Green Blue C M Y K H S L
Decimal 203 154 206 0.01 0.25 0 0.19 296.54 0.35 0.71
Hex CB 9A CE 1 19 0 13 129 23 47
Octal 313 232 316 1 31 0 23 451 43 107
Binary 11001011 10011010 11001110 1 11001 0 10011 100101001 100011 1000111

Color Harmonies of #CB9ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9ACE

Black with #CB9ACE

Text Example


Text Example

White with #CB9ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9ACE; }

 p { color: rgb(203,154,206); }

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

background-color css

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

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

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

border-color css

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

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

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