Html Css Color HEX #CBA6CE Lilac

📋 copy color: '#CBA6CE'

red 203 ◦ green 166 ◦ blue 206

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

Shades of Lilac #CBA6CE

Tints of Lilac #CBA6CE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.87%

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

R = 35.3%
G = 28.87%
B = 35.83%

CMYK

 C value IS 0.01

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CBA6CE (or 0xCBA6CE) is known color: Lilac. HEX triplet: CB, A6 and CE. RGB value is (203,166,206). Sum of RGB (Red+Green+Blue) = 203+166+206=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 166 (65.23% from 255 or 28.87% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 206 - color contains mainly: blue. Hex color #CBA6CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA6CE is #345931. Grayscale: #B5B5B5. Windows color (decimal): -3430706 or 13543115. OLE color: 13543115.

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

Color convert

RGB 203 166 206 -
CMYK 0.01 0.19 0 0.19
HSL 295.5º 0.29% 0.73% -
HSV(B) 295.5º 0.19% 0.81% -
XYZ 49.41 44.43 64.36 -
YUV 181.62 141.76 143.25 -
System Red Green Blue C M Y K H S L
Decimal 203 166 206 0.01 0.19 0 0.19 295.5 0.29 0.73
Hex CB A6 CE 1 13 0 13 128 1D 49
Octal 313 246 316 1 23 0 23 450 35 111
Binary 11001011 10100110 11001110 1 10011 0 10011 100101000 11101 1001001

Color Harmonies of #CBA6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA6CE

Black with #CBA6CE

Text Example


Text Example

White with #CBA6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA6CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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