#CBAEC7

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

Shades of Lilac #CBAEC7

Tints of Lilac #CBAEC7

Color information

#CBAEC7 (or 0xCBAEC7) is unknown color: approx Lilac. HEX triplet: CB, AE and C7. RGB value is (203,174,199). Sum of RGB (Red+Green+Blue) = 203+174+199=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 174 (68.36% from 255 or 30.21% from 576); Blue value is 199 (78.12% from 255 or 34.55% from 576); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAEC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAEC7 is #345138. Grayscale: #B9B9B9. Windows color (decimal): -3428665 or 13086411. OLE color: 13086411.

HSL color Cylindrical-coordinate representation of color #CBAEC7: hue angle of 308.28º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBAEC7 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB203174199-
CMYK00.140.020.20
HSL308.28º21.8%73.92%-
HSV(B)308.28º14.29%79.61%-
XYZ50.0747.0960.48-
YUV185.52135.61140.47-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.24%
GREEN value IS 174 (68.36% from 255) = 30.21%
BLUE value IS 199 (78.12% from 255) = 34.55%
R=35.24%
G=30.21%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317419900.140.020.20308.2821.873.92
HexCBAEC70E214134164a
Octal31325630701622446426112
Binary110010111010111011000111011101010100100110100101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAEC7; }

 p { color: rgb(203,174,199); }

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

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

 a { background-color: rgb(203,174,199); }

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

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

 span { border-color: rgb(203,174,199); }

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