#CBADC7

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

Shades of Lilac #CBADC7

Tints of Lilac #CBADC7

Color information

#CBADC7 (or 0xCBADC7) is unknown color: approx Lilac. HEX triplet: CB, AD and C7. RGB value is (203,173,199). Sum of RGB (Red+Green+Blue) = 203+173+199=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 199 (78.12% from 255 or 34.61% from 575); Max value from RGB is 203 - color contains mainly: red. Hex color #CBADC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBADC7 is #345238. Grayscale: #B8B8B8. Windows color (decimal): -3428921 or 13086155. OLE color: 13086155.

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

Color convert

RGB203173199-
CMYK00.150.020.20
HSL308º22.39%73.73%-
HSV(B)308º14.78%79.61%-
XYZ49.8846.7160.42-
YUV184.93135.94140.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.30%
GREEN value IS 173 (67.97% from 255) = 30.09%
BLUE value IS 199 (78.12% from 255) = 34.61%
R=35.30%
G=30.09%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317319900.150.020.2030822.3973.73
HexCBADC70F214134164a
Octal31325530701722446426112
Binary110010111010110111000111011111010100100110100101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBADC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBADC7; }

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

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

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

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

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

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

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

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