#CCB0CF

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

Shades of Lilac #CCB0CF

Tints of Lilac #CCB0CF

Color information

#CCB0CF (or 0xCCB0CF) is unknown color: approx Lilac. HEX triplet: CC, B0 and CF. RGB value is (204,176,207). Sum of RGB (Red+Green+Blue) = 204+176+207=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 176 (69.14% from 255 or 29.98% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 207 - color contains mainly: blue. Hex color #CCB0CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB0CF is #334F30. Grayscale: #BBBBBB. Windows color (decimal): -3362609 or 13611212. OLE color: 13611212.

HSL color Cylindrical-coordinate representation of color #CCB0CF: hue angle of 294.19º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCB0CF is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB204176207-
CMYK0.010.1500.19
HSL294.19º24.41%75.1%-
HSV(B)294.19º14.98%81.18%-
XYZ51.6948.3965.65-
YUV187.91138.78139.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.75%
GREEN value IS 176 (69.14% from 255) = 29.98%
BLUE value IS 207 (81.25% from 255) = 35.26%
R=34.75%
G=29.98%
B=35.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2041762070.010.1500.19294.1924.4175.1
HexCCB0CF1F013126184b
Octal31426031711702344630113
Binary11001100101100001100111111111010011100100110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB0CF; }

 p { color: rgb(204,176,207); }

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

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

 a { background-color: rgb(204,176,207); }

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

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

 span { border-color: rgb(204,176,207); }

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