Html Css Color HEX #CBA4CE Lilac

📋 copy color: '#CBA4CE'

red 203 ◦ green 164 ◦ blue 206

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

Shades of Lilac #CBA4CE

Tints of Lilac #CBA4CE

RGB

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

 GREEN value IS 164 (64.45% from 255) = 28.62%

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

R = 35.43%
G = 28.62%
B = 35.95%

CMYK

 C value IS 0.01

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CBA4CE (or 0xCBA4CE) is known color: Lilac. HEX triplet: CB, A4 and CE. RGB value is (203,164,206). Sum of RGB (Red+Green+Blue) = 203+164+206=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 164 (64.45% from 255 or 28.62% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 206 - color contains mainly: blue. Hex color #CBA4CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA4CE is #345B31. Grayscale: #B4B4B4. Windows color (decimal): -3431218 or 13542603. OLE color: 13542603.

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

Color convert

RGB 203 164 206 -
CMYK 0.01 0.20 0 0.19
HSL 295.71º 0.3% 0.73% -
HSV(B) 295.71º 0.2% 0.81% -
XYZ 49.04 43.7 64.24 -
YUV 180.45 142.42 144.08 -
System Red Green Blue C M Y K H S L
Decimal 203 164 206 0.01 0.20 0 0.19 295.71 0.3 0.73
Hex CB A4 CE 1 14 0 13 128 1E 49
Octal 313 244 316 1 24 0 23 450 36 111
Binary 11001011 10100100 11001110 1 10100 0 10011 100101000 11110 1001001

Color Harmonies of #CBA4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA4CE

Black with #CBA4CE

Text Example


Text Example

White with #CBA4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA4CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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