#CF9BD0

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

Shades of Lilac #CF9BD0

Tints of Lilac #CF9BD0

Color information

#CF9BD0 (or 0xCF9BD0) is unknown color: approx Lilac. HEX triplet: CF, 9B and D0. RGB value is (207,155,208). Sum of RGB (Red+Green+Blue) = 207+155+208=570 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.32% from 570); Green value is 155 (60.94% from 255 or 27.19% from 570); Blue value is 208 (81.64% from 255 or 36.49% from 570); Max value from RGB is 208 - color contains mainly: blue. Hex color #CF9BD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9BD0 is #30642F. Grayscale: #B0B0B0. Windows color (decimal): -3171376 or 13671375. OLE color: 13671375.

HSL color Cylindrical-coordinate representation of color #CF9BD0: hue angle of 298.87º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CF9BD0 is Cyan = 0.00, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB207155208-
CMYK0.000.2500.18
HSL298.87º36.05%71.18%-
HSV(B)298.87º25.48%81.57%-
XYZ48.8441.2665.06-
YUV176.59145.73149.69-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.32%
GREEN value IS 155 (60.94% from 255) = 27.19%
BLUE value IS 208 (81.64% from 255) = 36.49%
R=36.32%
G=27.19%
B=36.49%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2071552080.000.2500.18298.8736.0571.18
HexCF9BD001901212b2447
Octal31723332003102245344107
Binary1100111110011011110100000110010100101001010111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9BD0; }

 p { color: rgb(207,155,208); }

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

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

 a { background-color: rgb(207,155,208); }

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

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

 span { border-color: rgb(207,155,208); }

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