Html Css Color HEX #CBA5CE Lilac

📋 copy color: '#CBA5CE'

red 203 ◦ green 165 ◦ blue 206

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

Shades of Lilac #CBA5CE

Tints of Lilac #CBA5CE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.75%

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

R = 35.37%
G = 28.75%
B = 35.89%

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

#CBA5CE (or 0xCBA5CE) is known color: Lilac. HEX triplet: CB, A5 and CE. RGB value is (203,165,206). Sum of RGB (Red+Green+Blue) = 203+165+206=574 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.37% from 574); Green value is 165 (64.84% from 255 or 28.75% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 206 - color contains mainly: blue. Hex color #CBA5CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA5CE is #345A31. Grayscale: #B4B4B4. Windows color (decimal): -3430962 or 13542859. OLE color: 13542859.

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

Color convert

RGB 203 165 206 -
CMYK 0.01 0.20 0 0.19
HSL 295.61º 0.29% 0.73% -
HSV(B) 295.61º 0.2% 0.81% -
XYZ 49.22 44.06 64.3 -
YUV 181.04 142.09 143.67 -
System Red Green Blue C M Y K H S L
Decimal 203 165 206 0.01 0.20 0 0.19 295.61 0.29 0.73
Hex CB A5 CE 1 14 0 13 128 1D 49
Octal 313 245 316 1 24 0 23 450 35 111
Binary 11001011 10100101 11001110 1 10100 0 10011 100101000 11101 1001001

Color Harmonies of #CBA5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA5CE

Black with #CBA5CE

Text Example


Text Example

White with #CBA5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA5CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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