Html Css Color HEX #CBA7CE Lilac

📋 copy color: '#CBA7CE'

red 203 ◦ green 167 ◦ blue 206

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

Shades of Lilac #CBA7CE

Tints of Lilac #CBA7CE

RGB

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

 GREEN value IS 167 (65.63% from 255) = 28.99%

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

R = 35.24%
G = 28.99%
B = 35.76%

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

#CBA7CE (or 0xCBA7CE) is known color: Lilac. HEX triplet: CB, A7 and CE. RGB value is (203,167,206). Sum of RGB (Red+Green+Blue) = 203+167+206=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 167 (65.62% from 255 or 28.99% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 206 - color contains mainly: blue. Hex color #CBA7CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA7CE is #345831. Grayscale: #B6B6B6. Windows color (decimal): -3430450 or 13543371. OLE color: 13543371.

HSL color Cylindrical-coordinate representation of color #CBA7CE: hue angle of 295.38º degrees, saturation: 0.28, 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 #CBA7CE is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 203 167 206 -
CMYK 0.01 0.19 0 0.19
HSL 295.38º 0.28% 0.73% -
HSV(B) 295.38º 0.19% 0.81% -
XYZ 49.59 44.79 64.42 -
YUV 182.21 141.43 142.83 -
System Red Green Blue C M Y K H S L
Decimal 203 167 206 0.01 0.19 0 0.19 295.38 0.28 0.73
Hex CB A7 CE 1 13 0 13 127 1C 49
Octal 313 247 316 1 23 0 23 447 34 111
Binary 11001011 10100111 11001110 1 10011 0 10011 100100111 11100 1001001

Color Harmonies of #CBA7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA7CE

Black with #CBA7CE

Text Example


Text Example

White with #CBA7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA7CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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