#C0ADBE

Color #C0ADBE Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #C0ADBE

Tints of Lilac #C0ADBE

Color information

#C0ADBE (or 0xC0ADBE) is unknown color: approx Lilac. HEX triplet: C0, AD and BE. RGB value is (192,173,190). Sum of RGB (Red+Green+Blue) = 192+173+190=555 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.59% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 190 (74.61% from 255 or 34.23% from 555); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ADBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ADBE is #3F5241. Grayscale: #B4B4B4. Windows color (decimal): -4149826 or 12496320. OLE color: 12496320.

HSL color Cylindrical-coordinate representation of color #C0ADBE: hue angle of 306.32º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0ADBE is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB192173190-
CMYK00.100.010.25
HSL306.32º13.1%71.57%-
HSV(B)306.32º9.9%75.29%-
XYZ45.9844.8154.94-
YUV180.62133.29136.12-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.59%
GREEN value IS 173 (67.97% from 255) = 31.17%
BLUE value IS 190 (74.61% from 255) = 34.23%
R=34.59%
G=31.17%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217319000.100.010.25306.3213.171.57
HexC0ADBE0A119132d48
Octal30025527601213146215110
Binary1100000010101101101111100101011100110011001011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ADBE; }

 p { color: rgb(192,173,190); }

 H1.HeaderClassName
 {
   color: #C0ADBE;
 }
 .AnyTagClassName
 {
   color: #C0ADBE;
 }
</style>
background-color css

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

 a { background-color: rgb(192,173,190); }

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

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

 span { border-color: rgb(192,173,190); }

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