#CBAFC8

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

Shades of Lilac #CBAFC8

Tints of Lilac #CBAFC8

Color information

#CBAFC8 (or 0xCBAFC8) is unknown color: approx Lilac. HEX triplet: CB, AF and C8. RGB value is (203,175,200). Sum of RGB (Red+Green+Blue) = 203+175+200=578 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.12% from 578); Green value is 175 (68.75% from 255 or 30.28% from 578); Blue value is 200 (78.52% from 255 or 34.60% from 578); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAFC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAFC8 is #345037. Grayscale: #BABABA. Windows color (decimal): -3428408 or 13152203. OLE color: 13152203.

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

Color convert

RGB203175200-
CMYK00.140.010.20
HSL306.43º21.21%74.12%-
HSV(B)306.43º13.79%79.61%-
XYZ50.3847.5361.16-
YUV186.22135.78139.97-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.12%
GREEN value IS 175 (68.75% from 255) = 30.28%
BLUE value IS 200 (78.52% from 255) = 34.60%
R=35.12%
G=30.28%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317520000.140.010.20306.4321.2174.12
HexCBAFC80E114132154a
Octal31325731001612446225112
Binary11001011101011111100100001110110100100110010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAFC8; }

 p { color: rgb(203,175,200); }

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

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

 a { background-color: rgb(203,175,200); }

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

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

 span { border-color: rgb(203,175,200); }

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