#CC90BF

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

Shades of Lilac #CC90BF

Tints of Lilac #CC90BF

Color information

#CC90BF (or 0xCC90BF) is unknown color: approx Lilac. HEX triplet: CC, 90 and BF. RGB value is (204,144,191). Sum of RGB (Red+Green+Blue) = 204+144+191=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 144 (56.64% from 255 or 26.72% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 204 - color contains mainly: red. Hex color #CC90BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC90BF is #336F40. Grayscale: #A7A7A7. Windows color (decimal): -3370817 or 12554444. OLE color: 12554444.

HSL color Cylindrical-coordinate representation of color #CC90BF: hue angle of 313º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CC90BF is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB204144191-
CMYK00.290.060.2
HSL313º37.04%68.24%-
HSV(B)313º29.41%80%-
XYZ44.2836.5554.01-
YUV167.3141.38154.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.85%
GREEN value IS 144 (56.64% from 255) = 26.72%
BLUE value IS 191 (75% from 255) = 35.44%
R=37.85%
G=26.72%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414419100.290.060.231337.0468.24
HexCC90BF01D6141392544
Octal31422027703562447145104
Binary110011001001000010111111011101110101001001110011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC90BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC90BF; }

 p { color: rgb(204,144,191); }

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

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

 a { background-color: rgb(204,144,191); }

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

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

 span { border-color: rgb(204,144,191); }

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