#CF9BCE

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

Shades of Lilac #CF9BCE

Tints of Lilac #CF9BCE

Color information

#CF9BCE (or 0xCF9BCE) is unknown color: approx Lilac. HEX triplet: CF, 9B and CE. RGB value is (207,155,206). Sum of RGB (Red+Green+Blue) = 207+155+206=568 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.44% from 568); Green value is 155 (60.94% from 255 or 27.29% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9BCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9BCE is #306431. Grayscale: #B0B0B0. Windows color (decimal): -3171378 or 13540303. OLE color: 13540303.

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

Color convert

RGB207155206-
CMYK00.250.000.19
HSL301.15º35.14%70.98%-
HSV(B)301.15º25.12%81.18%-
XYZ48.5941.1663.78-
YUV176.36144.73149.85-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.44%
GREEN value IS 155 (60.94% from 255) = 27.29%
BLUE value IS 206 (80.86% from 255) = 36.27%
R=36.44%
G=27.29%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715520600.250.000.19301.1535.1470.98
HexCF9BCE01901312d2347
Octal31723331603102345543107
Binary1100111110011011110011100110010100111001011011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9BCE; }

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

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

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

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

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

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

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

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