Html Css Color HEX #CBA8D0 Lilac

📋 copy color: '#CBA8D0'

red 203 ◦ green 168 ◦ blue 208

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

Shades of Lilac #CBA8D0

Tints of Lilac #CBA8D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.92%

R = 35.06%
G = 29.02%
B = 35.92%

CMYK

 C value IS 0.02

 M value IS 0.19

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CBA8D0 (or 0xCBA8D0) is known color: Lilac. HEX triplet: CB, A8 and D0. RGB value is (203,168,208). Sum of RGB (Red+Green+Blue) = 203+168+208=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 168 (66.02% from 255 or 29.02% from 579); Blue value is 208 (81.64% from 255 or 35.92% from 579); Max value from RGB is 208 - color contains mainly: blue. Hex color #CBA8D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA8D0 is #34572F. Grayscale: #B6B6B6. Windows color (decimal): -3430192 or 13674699. OLE color: 13674699.

HSL color Cylindrical-coordinate representation of color #CBA8D0: hue angle of 292.5º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBA8D0 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 203 168 208 -
CMYK 0.02 0.19 0 0.18
HSL 292.5º 0.3% 0.74% -
HSV(B) 292.5º 0.19% 0.82% -
XYZ 50.02 45.26 65.77 -
YUV 183.03 142.1 142.25 -
System Red Green Blue C M Y K H S L
Decimal 203 168 208 0.02 0.19 0 0.18 292.5 0.3 0.74
Hex CB A8 D0 2 13 0 12 124 1E 4A
Octal 313 250 320 2 23 0 22 444 36 112
Binary 11001011 10101000 11010000 10 10011 0 10010 100100100 11110 1001010

Color Harmonies of #CBA8D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA8D0

Black with #CBA8D0

Text Example


Text Example

White with #CBA8D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA8D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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