Html Css Color HEX #CBA8CD Lilac

📋 copy color: '#CBA8CD'

red 203 ◦ green 168 ◦ blue 205

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

Shades of Lilac #CBA8CD

Tints of Lilac #CBA8CD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.17%

 BLUE value IS 205 (80.47% from 255) = 35.59%

R = 35.24%
G = 29.17%
B = 35.59%

CMYK

 C value IS 0.01

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CBA8CD (or 0xCBA8CD) is known color: Lilac. HEX triplet: CB, A8 and CD. RGB value is (203,168,205). Sum of RGB (Red+Green+Blue) = 203+168+205=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 168 (66.02% from 255 or 29.17% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 205 - color contains mainly: blue. Hex color #CBA8CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA8CD is #345732. Grayscale: #B6B6B6. Windows color (decimal): -3430195 or 13478091. OLE color: 13478091.

HSL color Cylindrical-coordinate representation of color #CBA8CD: hue angle of 296.76º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBA8CD is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 168 205 -
CMYK 0.01 0.18 0 0.20
HSL 296.76º 0.27% 0.73% -
HSV(B) 296.76º 0.18% 0.8% -
XYZ 49.65 45.11 63.85 -
YUV 182.68 140.6 142.49 -
System Red Green Blue C M Y K H S L
Decimal 203 168 205 0.01 0.18 0 0.20 296.76 0.27 0.73
Hex CB A8 CD 1 12 0 14 129 1B 49
Octal 313 250 315 1 22 0 24 451 33 111
Binary 11001011 10101000 11001101 1 10010 0 10100 100101001 11011 1001001

Color Harmonies of #CBA8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA8CD

Black with #CBA8CD

Text Example


Text Example

White with #CBA8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA8CD; }

 p { color: rgb(203,168,205); }

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

background-color css

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

 a { background-color: rgb(203,168,205); }

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

border-color css

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

 span { border-color: rgb(203,168,205); }

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